#588EAF

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

Shades of Air Force Blue #588EAF

Tints of Air Force Blue #588EAF

Color information

#588EAF (or 0x588EAF) is unknown color: approx Air Force Blue. HEX triplet: 58, 8E and AF. RGB value is (88,142,175). Sum of RGB (Red+Green+Blue) = 88+142+175=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #588EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588EAF is #A77150. Grayscale: #818181. Windows color (decimal): -10973521 or 11505240. OLE color: 11505240.

HSL color Cylindrical-coordinate representation of color #588EAF: hue angle of 202.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #588EAF is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88142175-
CMYK0.500.1900.31
HSL202.76º35.22%51.57%-
HSV(B)202.76º49.71%68.63%-
XYZ21.4424.5244.16-
YUV129.62153.6198.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.73%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=21.73%
G=35.06%
B=43.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881421750.500.1900.31202.7635.2251.57
Hex588EAF321301Fcb2334
Octal13021625762230373134364
Binary101100010001110101011111100101001101111111001011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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