#588CAA

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

Shades of Air Force Blue #588CAA

Tints of Air Force Blue #588CAA

Color information

#588CAA (or 0x588CAA) is unknown color: approx Air Force Blue. HEX triplet: 58, 8C and AA. RGB value is (88,140,170). Sum of RGB (Red+Green+Blue) = 88+140+170=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #588CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588CAA is #A77355. Grayscale: #7F7F7F. Windows color (decimal): -10974038 or 11177048. OLE color: 11177048.

HSL color Cylindrical-coordinate representation of color #588CAA: hue angle of 201.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #588CAA is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB88140170-
CMYK0.480.1800.33
HSL201.95º32.54%50.59%-
HSV(B)201.95º48.24%66.67%-
XYZ20.6623.7341.52-
YUV127.87151.7799.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.11%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=22.11%
G=35.18%
B=42.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881401700.480.1800.33201.9532.5450.59
Hex588CAA3012021ca2133
Octal13021425260220413124163
Binary1011000100011001010101011000010010010000111001010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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