#558EAA

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

Shades of Air Force Blue #558EAA

Tints of Air Force Blue #558EAA

Color information

#558EAA (or 0x558EAA) is unknown color: approx Air Force Blue. HEX triplet: 55, 8E and AA. RGB value is (85,142,170). Sum of RGB (Red+Green+Blue) = 85+142+170=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #558EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558EAA is #AA7155. Grayscale: #7F7F7F. Windows color (decimal): -11170134 or 11177557. OLE color: 11177557.

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

Color convert

RGB85142170-
CMYK0.500.1600.33
HSL199.76º33.33%50%-
HSV(B)199.76º50%66.67%-
XYZ20.6824.1841.61-
YUV128.15151.6297.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=21.41%
G=35.77%
B=42.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851421700.500.1600.33199.7633.3350
Hex558EAA3210021c82132
Octal12521625262200413104162
Binary1010101100011101010101011001010000010000111001000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,142,170); }

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

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

 a { background-color: rgb(85,142,170); }

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

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

 span { border-color: rgb(85,142,170); }

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