#588EAA

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

Shades of Air Force Blue #588EAA

Tints of Air Force Blue #588EAA

Color information

#588EAA (or 0x588EAA) is unknown color: approx Air Force Blue. HEX triplet: 58, 8E and AA. RGB value is (88,142,170). Sum of RGB (Red+Green+Blue) = 88+142+170=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #588EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588EAA is #A77155. Grayscale: #808080. Windows color (decimal): -10973526 or 11177560. OLE color: 11177560.

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

Color convert

RGB88142170-
CMYK0.480.1600.33
HSL200.49º32.54%50.59%-
HSV(B)200.49º48.24%66.67%-
XYZ20.9524.3241.62-
YUV129.05151.1198.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=22%
G=35.5%
B=42.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881421700.480.1600.33200.4932.5450.59
Hex588EAA3010021c82133
Octal13021625260200413104163
Binary1011000100011101010101011000010000010000111001000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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