#588FAE

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

Shades of Air Force Blue #588FAE

Tints of Air Force Blue #588FAE

Color information

#588FAE (or 0x588FAE) is unknown color: approx Air Force Blue. HEX triplet: 58, 8F and AE. RGB value is (88,143,174). Sum of RGB (Red+Green+Blue) = 88+143+174=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #588FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588FAE is #A77051. Grayscale: #818181. Windows color (decimal): -10973266 or 11439960. OLE color: 11439960.

HSL color Cylindrical-coordinate representation of color #588FAE: hue angle of 201.63º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #588FAE is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88143174-
CMYK0.490.1800.32
HSL201.63º34.68%51.37%-
HSV(B)201.63º49.43%68.24%-
XYZ21.4924.7843.69-
YUV130.09152.7897.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.73%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=21.73%
G=35.31%
B=42.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881431740.490.1800.32201.6334.6851.37
Hex588FAE3112020ca2333
Octal13021725661220403124363
Binary1011000100011111010111011000110010010000011001010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,143,174); }

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

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

 a { background-color: rgb(88,143,174); }

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

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

 span { border-color: rgb(88,143,174); }

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