#588FB4

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

Shades of Air Force Blue #588FB4

Tints of Air Force Blue #588FB4

Color information

#588FB4 (or 0x588FB4) is unknown color: approx Air Force Blue. HEX triplet: 58, 8F and B4. RGB value is (88,143,180). Sum of RGB (Red+Green+Blue) = 88+143+180=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #588FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588FB4 is #A7704B. Grayscale: #828282. Windows color (decimal): -10973260 or 11833176. OLE color: 11833176.

HSL color Cylindrical-coordinate representation of color #588FB4: hue angle of 204.13º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #588FB4 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB88143180-
CMYK0.510.2100.29
HSL204.13º38.02%52.55%-
HSV(B)204.13º51.11%70.59%-
XYZ22.0925.0146.84-
YUV130.77155.7897.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.41%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=21.41%
G=34.79%
B=43.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881431800.510.2100.29204.1338.0252.55
Hex588FB4331501Dcc2635
Octal13021726463250353144665
Binary101100010001111101101001100111010101110111001100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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