#587FAD

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

Shades of Air Force Blue #587FAD

Tints of Air Force Blue #587FAD

Color information

#587FAD (or 0x587FAD) is unknown color: approx Air Force Blue. HEX triplet: 58, 7F and AD. RGB value is (88,127,173). Sum of RGB (Red+Green+Blue) = 88+127+173=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #587FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587FAD is #A78052. Grayscale: #787878. Windows color (decimal): -10977363 or 11370328. OLE color: 11370328.

HSL color Cylindrical-coordinate representation of color #587FAD: hue angle of 212.47º 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 #587FAD is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88127173-
CMYK0.490.2700.32
HSL212.47º34.14%51.18%-
HSV(B)212.47º49.13%67.84%-
XYZ19.1620.2742.44-
YUV120.58157.58104.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=22.68%
G=32.73%
B=44.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881271730.490.2700.32212.4734.1451.18
Hex587FAD311B020d42233
Octal13017725561330403244263
Binary101100011111111010110111000111011010000011010100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587FAD; }

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

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

<style>
 a { background-color: #587FAD; }

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

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

<style>
 span { border-color: #587FAD; }

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

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