#558EAC

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

Shades of Air Force Blue #558EAC

Tints of Air Force Blue #558EAC

Color information

#558EAC (or 0x558EAC) is unknown color: approx Air Force Blue. HEX triplet: 55, 8E and AC. RGB value is (85,142,172). Sum of RGB (Red+Green+Blue) = 85+142+172=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #558EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558EAC is #AA7153. Grayscale: #808080. Windows color (decimal): -11170132 or 11308629. OLE color: 11308629.

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

Color convert

RGB85142172-
CMYK0.510.1700.33
HSL200.69º34.39%50.39%-
HSV(B)200.69º50.58%67.45%-
XYZ20.8724.2642.61-
YUV128.38152.6297.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=21.30%
G=35.59%
B=43.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851421720.510.1700.33200.6934.3950.39
Hex558EAC3311021c92232
Octal12521625463210413114262
Binary1010101100011101010110011001110001010000111001001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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