#588FA3

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

Shades of Air Force Blue #588FA3

Tints of Air Force Blue #588FA3

Color information

#588FA3 (or 0x588FA3) is unknown color: approx Air Force Blue. HEX triplet: 58, 8F and A3. RGB value is (88,143,163). Sum of RGB (Red+Green+Blue) = 88+143+163=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 163 - color contains mainly: blue. Hex color #588FA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588FA3 is #A7705C. Grayscale: #808080. Windows color (decimal): -10973277 or 10719064. OLE color: 10719064.

HSL color Cylindrical-coordinate representation of color #588FA3: hue angle of 196º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #588FA3 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB88143163-
CMYK0.460.1200.36
HSL196º29.88%49.22%-
HSV(B)196º46.01%63.92%-
XYZ20.4624.3638.27-
YUV128.83147.2898.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.34%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 163 (64.06% from 255) = 41.37%
R=22.34%
G=36.29%
B=41.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881431630.460.1200.3619629.8849.22
Hex588FA32EC024c41e31
Octal13021724356140443043661
Binary10110001000111110100011101110110001001001100010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,143,163); }

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

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

 a { background-color: rgb(88,143,163); }

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

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

 span { border-color: rgb(88,143,163); }

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