#588AA8

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

Shades of Air Force Blue #588AA8

Tints of Air Force Blue #588AA8

Color information

#588AA8 (or 0x588AA8) is unknown color: approx Air Force Blue. HEX triplet: 58, 8A and A8. RGB value is (88,138,168). Sum of RGB (Red+Green+Blue) = 88+138+168=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 168 - color contains mainly: blue. Hex color #588AA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588AA8 is #A77557. Grayscale: #7E7E7E. Windows color (decimal): -10974552 or 11045464. OLE color: 11045464.

HSL color Cylindrical-coordinate representation of color #588AA8: hue angle of 202.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 #588AA8 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB88138168-
CMYK0.480.1800.34
HSL202.5º31.5%50.2%-
HSV(B)202.5º47.62%65.88%-
XYZ20.1823.0840.44-
YUV126.47151.44100.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.34%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 168 (66.02% from 255) = 42.64%
R=22.34%
G=35.03%
B=42.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881381680.480.1800.34202.531.550.2
Hex588AA83012022ca1f32
Octal13021225060220423123762
Binary101100010001010101010001100001001001000101100101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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