#588C9F

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

Shades of Air Force Blue #588C9F

Tints of Air Force Blue #588C9F

Color information

#588C9F (or 0x588C9F) is unknown color: approx Air Force Blue. HEX triplet: 58, 8C and 9F. RGB value is (88,140,159). Sum of RGB (Red+Green+Blue) = 88+140+159=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #588C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588C9F is #A77360. Grayscale: #7E7E7E. Windows color (decimal): -10974049 or 10456152. OLE color: 10456152.

HSL color Cylindrical-coordinate representation of color #588C9F: hue angle of 196.06º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #588C9F is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88140159-
CMYK0.450.1200.38
HSL196.06º28.74%48.43%-
HSV(B)196.06º44.65%62.35%-
XYZ19.6623.3336.27-
YUV126.62146.27100.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=22.74%
G=36.18%
B=41.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881401590.450.1200.38196.0628.7448.43
Hex588C9F2DC026c41d30
Octal13021423755140463043560
Binary10110001000110010011111101101110001001101100010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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