#558AAF

Color #558AAF Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #558AAF

Tints of Air Force Blue #558AAF

Color information

#558AAF (or 0x558AAF) is unknown color: approx Air Force Blue. HEX triplet: 55, 8A and AF. RGB value is (85,138,175). Sum of RGB (Red+Green+Blue) = 85+138+175=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #558AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558AAF is #AA7550. Grayscale: #7E7E7E. Windows color (decimal): -11171153 or 11504213. OLE color: 11504213.

HSL color Cylindrical-coordinate representation of color #558AAF: hue angle of 204.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #558AAF is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85138175-
CMYK0.510.2100.31
HSL204.67º36%50.98%-
HSV(B)204.67º51.43%68.63%-
XYZ20.5723.243.95-
YUV126.37155.4498.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 21.36%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=21.36%
G=34.67%
B=43.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851381750.510.2100.31204.673650.98
Hex558AAF331501Fcd2433
Octal12521225763250373154463
Binary101010110001010101011111100111010101111111001101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558AAF; }

 p { color: rgb(85,138,175); }

 H1.HeaderClassName
 {
   color: #558AAF;
 }
 .AnyTagClassName
 {
   color: #558AAF;
 }
</style>
background-color css

<style>
 a { background-color: #558AAF; }

 a { background-color: rgb(85,138,175); }

 div.DivClassName
 {
   background-color: #558AAF;
 }
 .BgClassName
 {
   background-color: #558AAF;
 }
</style>
border-color css

<style>
 span { border-color: #558AAF; }

 span { border-color: rgb(85,138,175); }

 td.TdClassName
 {
   border-color: #558AAF;
 }
 .TagClassName
 {
   border-color: #558AAF;
 }
</style>