#588BA9

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

Shades of Air Force Blue #588BA9

Tints of Air Force Blue #588BA9

Color information

#588BA9 (or 0x588BA9) is unknown color: approx Air Force Blue. HEX triplet: 58, 8B and A9. RGB value is (88,139,169). Sum of RGB (Red+Green+Blue) = 88+139+169=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #588BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588BA9 is #A77456. Grayscale: #7F7F7F. Windows color (decimal): -10974295 or 11111256. OLE color: 11111256.

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

Color convert

RGB88139169-
CMYK0.480.1800.34
HSL202.22º32.02%50.39%-
HSV(B)202.22º47.93%66.27%-
XYZ20.4223.440.98-
YUV127.17151.6100.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.22%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 169 (66.41% from 255) = 42.68%
R=22.22%
G=35.10%
B=42.68%

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
Decimal881391690.480.1800.34202.2232.0250.39
Hex588BA93012022ca2032
Octal13021325160220423124062
Binary1011000100010111010100111000010010010001011001010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,139,169); }

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

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

 a { background-color: rgb(88,139,169); }

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

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

 span { border-color: rgb(88,139,169); }

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