#588CAB

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

Shades of Air Force Blue #588CAB

Tints of Air Force Blue #588CAB

Color information

#588CAB (or 0x588CAB) is unknown color: approx Air Force Blue. HEX triplet: 58, 8C and AB. RGB value is (88,140,171). Sum of RGB (Red+Green+Blue) = 88+140+171=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #588CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588CAB is #A77354. Grayscale: #7F7F7F. Windows color (decimal): -10974037 or 11242584. OLE color: 11242584.

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

Color convert

RGB88140171-
CMYK0.490.1800.33
HSL202.41º33.07%50.78%-
HSV(B)202.41º48.54%67.06%-
XYZ20.7523.7742.02-
YUV127.99152.2799.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.06%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=22.06%
G=35.09%
B=42.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881401710.490.1800.33202.4133.0750.78
Hex588CAB3112021ca2133
Octal13021425361220413124163
Binary1011000100011001010101111000110010010000111001010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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