#588CA9

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

Shades of Air Force Blue #588CA9

Tints of Air Force Blue #588CA9

Color information

#588CA9 (or 0x588CA9) is unknown color: approx Air Force Blue. HEX triplet: 58, 8C and A9. RGB value is (88,140,169). Sum of RGB (Red+Green+Blue) = 88+140+169=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #588CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588CA9 is #A77356. Grayscale: #7F7F7F. Windows color (decimal): -10974039 or 11111512. OLE color: 11111512.

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

Color convert

RGB88140169-
CMYK0.480.1700.34
HSL201.48º32.02%50.39%-
HSV(B)201.48º47.93%66.27%-
XYZ20.5623.741.03-
YUV127.76151.2799.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.17%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=22.17%
G=35.26%
B=42.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881401690.480.1700.34201.4832.0250.39
Hex588CA93011022c92032
Octal13021425160210423114062
Binary1011000100011001010100111000010001010001011001001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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