#558EAB

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

Shades of Air Force Blue #558EAB

Tints of Air Force Blue #558EAB

Color information

#558EAB (or 0x558EAB) is unknown color: approx Air Force Blue. HEX triplet: 55, 8E and AB. RGB value is (85,142,171). Sum of RGB (Red+Green+Blue) = 85+142+171=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #558EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558EAB is #AA7154. Grayscale: #808080. Windows color (decimal): -11170133 or 11243093. OLE color: 11243093.

HSL color Cylindrical-coordinate representation of color #558EAB: hue angle of 200.23º degrees, saturation: 0.34, 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 #558EAB is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85142171-
CMYK0.500.1700.33
HSL200.23º33.86%50.2%-
HSV(B)200.23º50.29%67.06%-
XYZ20.7724.2242.11-
YUV128.26152.1297.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.36%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=21.36%
G=35.68%
B=42.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851421710.500.1700.33200.2333.8650.2
Hex558EAB3211021c82232
Octal12521625362210413104262
Binary1010101100011101010101111001010001010000111001000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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