#558aa9

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

Shades of Air Force Blue #558AA9

Tints of Air Force Blue #558AA9

Color information

#558AA9 (or 0x558AA9) is unknown color: approx Air Force Blue. HEX triplet: 55, 8A and A9. RGB value is (85,138,169). Sum of RGB (Red+Green+Blue) = 85+138+169=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #558AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558AA9 is #AA7556. Grayscale: #7D7D7D. Windows color (decimal): -11171159 or 11110997. OLE color: 11110997.

HSL color Cylindrical-coordinate representation of color #558AA9: hue angle of 202.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #558AA9 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB85138169-
CMYK0.500.1800.34
HSL202.14º33.07%49.8%-
HSV(B)202.14º49.7%66.27%-
XYZ2022.9740.92-
YUV125.69152.4498.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.68%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 169 (66.41% from 255) = 43.11%
R=21.68%
G=35.20%
B=43.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851381690.500.1800.34202.1433.0749.8
Hex558AA93212022ca2132
Octal12521225162220423124162
Binary1010101100010101010100111001010010010001011001010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558aa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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