#57849F

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

Shades of Air Force Blue #57849F

Tints of Air Force Blue #57849F

Color information

#57849F (or 0x57849F) is unknown color: approx Air Force Blue. HEX triplet: 57, 84 and 9F. RGB value is (87,132,159). Sum of RGB (Red+Green+Blue) = 87+132+159=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #57849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57849F is #A87B60. Grayscale: #797979. Windows color (decimal): -11041633 or 10454103. OLE color: 10454103.

HSL color Cylindrical-coordinate representation of color #57849F: hue angle of 202.5º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57849F is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87132159-
CMYK0.450.1700.38
HSL202.5º29.27%48.24%-
HSV(B)202.5º45.28%62.35%-
XYZ18.4421.0335.89-
YUV121.62149.09103.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=23.02%
G=34.92%
B=42.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871321590.450.1700.38202.529.2748.24
Hex57849F2D11026ca1d30
Octal12720423755210463123560
Binary101011110000100100111111011011000101001101100101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57849F; }

 p { color: rgb(87,132,159); }

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

<style>
 a { background-color: #57849F; }

 a { background-color: rgb(87,132,159); }

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

<style>
 span { border-color: #57849F; }

 span { border-color: rgb(87,132,159); }

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