#558EAF

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

Shades of Air Force Blue #558EAF

Tints of Air Force Blue #558EAF

Color information

#558EAF (or 0x558EAF) is unknown color: approx Air Force Blue. HEX triplet: 55, 8E and AF. RGB value is (85,142,175). Sum of RGB (Red+Green+Blue) = 85+142+175=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #558EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558EAF is #AA7150. Grayscale: #808080. Windows color (decimal): -11170129 or 11505237. OLE color: 11505237.

HSL color Cylindrical-coordinate representation of color #558EAF: hue angle of 202º 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 #558EAF is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85142175-
CMYK0.510.1900.31
HSL202º36%50.98%-
HSV(B)202º51.43%68.63%-
XYZ21.1624.3744.15-
YUV128.72154.1296.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.14%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=21.14%
G=35.32%
B=43.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851421750.510.1900.312023650.98
Hex558EAF331301Fca2433
Octal12521625763230373124463
Binary101010110001110101011111100111001101111111001010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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