#588AA7

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

Shades of Air Force Blue #588AA7

Tints of Air Force Blue #588AA7

Color information

#588AA7 (or 0x588AA7) is unknown color: approx Air Force Blue. HEX triplet: 58, 8A and A7. RGB value is (88,138,167). Sum of RGB (Red+Green+Blue) = 88+138+167=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 167 - color contains mainly: blue. Hex color #588AA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588AA7 is #A77558. Grayscale: #7E7E7E. Windows color (decimal): -10974553 or 10979928. OLE color: 10979928.

HSL color Cylindrical-coordinate representation of color #588AA7: hue angle of 202.03º degrees, saturation: 0.31, 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 #588AA7 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB88138167-
CMYK0.470.1700.35
HSL202.03º30.98%50%-
HSV(B)202.03º47.31%65.49%-
XYZ20.0923.0439.95-
YUV126.36150.94100.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 167 (65.62% from 255) = 42.49%
R=22.39%
G=35.11%
B=42.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881381670.470.1700.35202.0330.9850
Hex588AA72F11023ca1f32
Octal13021224757210433123762
Binary101100010001010101001111011111000101000111100101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,138,167); }

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

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

 a { background-color: rgb(88,138,167); }

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

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

 span { border-color: rgb(88,138,167); }

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