#588D9F

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

Shades of Air Force Blue #588D9F

Tints of Air Force Blue #588D9F

Color information

#588D9F (or 0x588D9F) is unknown color: approx Air Force Blue. HEX triplet: 58, 8D and 9F. RGB value is (88,141,159). Sum of RGB (Red+Green+Blue) = 88+141+159=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #588D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588D9F is #A77260. Grayscale: #7F7F7F. Windows color (decimal): -10973793 or 10456408. OLE color: 10456408.

HSL color Cylindrical-coordinate representation of color #588D9F: hue angle of 195.21º 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 #588D9F is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88141159-
CMYK0.450.1100.38
HSL195.21º28.74%48.43%-
HSV(B)195.21º44.65%62.35%-
XYZ19.8123.6336.32-
YUV127.2145.94100.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 141 (55.47% from 255) = 36.34%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=22.68%
G=36.34%
B=40.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881411590.450.1100.38195.2128.7448.43
Hex588D9F2DB026c31d30
Octal13021523755130463033560
Binary10110001000110110011111101101101101001101100001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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