#588DAD

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

Shades of Air Force Blue #588DAD

Tints of Air Force Blue #588DAD

Color information

#588DAD (or 0x588DAD) is unknown color: approx Air Force Blue. HEX triplet: 58, 8D and AD. RGB value is (88,141,173). Sum of RGB (Red+Green+Blue) = 88+141+173=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #588DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588DAD is #A77252. Grayscale: #808080. Windows color (decimal): -10973779 or 11373912. OLE color: 11373912.

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

Color convert

RGB88141173-
CMYK0.490.1800.32
HSL202.59º34.14%51.18%-
HSV(B)202.59º49.13%67.84%-
XYZ21.0924.1443.08-
YUV128.8152.9498.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.89%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=21.89%
G=35.07%
B=43.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881411730.490.1800.32202.5934.1451.18
Hex588DAD3112020cb2233
Octal13021525561220403134263
Binary1011000100011011010110111000110010010000011001011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,141,173); }

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

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

 a { background-color: rgb(88,141,173); }

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

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

 span { border-color: rgb(88,141,173); }

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