#588EA8

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

Shades of Air Force Blue #588EA8

Tints of Air Force Blue #588EA8

Color information

#588EA8 (or 0x588EA8) is unknown color: approx Air Force Blue. HEX triplet: 58, 8E and A8. RGB value is (88,142,168). Sum of RGB (Red+Green+Blue) = 88+142+168=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 168 - color contains mainly: blue. Hex color #588EA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588EA8 is #A77157. Grayscale: #808080. Windows color (decimal): -10973528 or 11046488. OLE color: 11046488.

HSL color Cylindrical-coordinate representation of color #588EA8: hue angle of 199.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #588EA8 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB88142168-
CMYK0.480.1500.34
HSL199.5º31.5%50.2%-
HSV(B)199.5º47.62%65.88%-
XYZ20.7724.2540.63-
YUV128.82150.1198.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.11%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 168 (66.02% from 255) = 42.21%
R=22.11%
G=35.68%
B=42.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881421680.480.1500.34199.531.550.2
Hex588EA830F022c81f32
Octal13021625060170423103762
Binary10110001000111010101000110000111101000101100100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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