#588CA5

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

Shades of Air Force Blue #588CA5

Tints of Air Force Blue #588CA5

Color information

#588CA5 (or 0x588CA5) is unknown color: approx Air Force Blue. HEX triplet: 58, 8C and A5. RGB value is (88,140,165). Sum of RGB (Red+Green+Blue) = 88+140+165=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 165 - color contains mainly: blue. Hex color #588CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588CA5 is #A7735A. Grayscale: #7F7F7F. Windows color (decimal): -10974043 or 10849368. OLE color: 10849368.

HSL color Cylindrical-coordinate representation of color #588CA5: hue angle of 199.48º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #588CA5 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB88140165-
CMYK0.470.1500.35
HSL199.48º30.43%49.61%-
HSV(B)199.48º46.67%64.71%-
XYZ20.1923.5539.08-
YUV127.3149.2799.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=22.39%
G=35.62%
B=41.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881401650.470.1500.35199.4830.4349.61
Hex588CA52FF023c71e32
Octal13021424557170433073662
Binary10110001000110010100101101111111101000111100011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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