#588FAD

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

Shades of Air Force Blue #588FAD

Tints of Air Force Blue #588FAD

Color information

#588FAD (or 0x588FAD) is unknown color: approx Air Force Blue. HEX triplet: 58, 8F and AD. RGB value is (88,143,173). Sum of RGB (Red+Green+Blue) = 88+143+173=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #588FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588FAD is #A77052. Grayscale: #818181. Windows color (decimal): -10973267 or 11374424. OLE color: 11374424.

HSL color Cylindrical-coordinate representation of color #588FAD: hue angle of 201.18º degrees, saturation: 0.34, 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 #588FAD is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88143173-
CMYK0.490.1700.32
HSL201.18º34.14%51.18%-
HSV(B)201.18º49.13%67.84%-
XYZ21.3924.7443.18-
YUV129.98152.2898.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.78%
GREEN value IS 143 (56.25% from 255) = 35.40%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=21.78%
G=35.40%
B=42.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881431730.490.1700.32201.1834.1451.18
Hex588FAD3111020c92233
Octal13021725561210403114263
Binary1011000100011111010110111000110001010000011001001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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