#588CB0

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

Shades of Air Force Blue #588CB0

Tints of Air Force Blue #588CB0

Color information

#588CB0 (or 0x588CB0) is unknown color: approx Air Force Blue. HEX triplet: 58, 8C and B0. RGB value is (88,140,176). Sum of RGB (Red+Green+Blue) = 88+140+176=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #588CB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588CB0 is #A7734F. Grayscale: #808080. Windows color (decimal): -10974032 or 11570264. OLE color: 11570264.

HSL color Cylindrical-coordinate representation of color #588CB0: hue angle of 204.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #588CB0 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88140176-
CMYK0.500.2000.31
HSL204.55º35.77%51.76%-
HSV(B)204.55º50%69.02%-
XYZ21.2423.9744.58-
YUV128.56154.7799.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.78%
GREEN value IS 140 (55.08% from 255) = 34.65%
BLUE value IS 176 (69.14% from 255) = 43.56%
R=21.78%
G=34.65%
B=43.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881401760.500.2000.31204.5535.7751.76
Hex588CB0321401Fcd2434
Octal13021426062240373154464
Binary101100010001100101100001100101010001111111001101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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