#57849E

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

Shades of Air Force Blue #57849E

Tints of Air Force Blue #57849E

Color information

#57849E (or 0x57849E) is unknown color: approx Air Force Blue. HEX triplet: 57, 84 and 9E. RGB value is (87,132,158). Sum of RGB (Red+Green+Blue) = 87+132+158=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #57849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57849E is #A87B61. Grayscale: #797979. Windows color (decimal): -11041634 or 10388567. OLE color: 10388567.

HSL color Cylindrical-coordinate representation of color #57849E: hue angle of 201.97º 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 #57849E is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87132158-
CMYK0.450.1600.38
HSL201.97º28.98%48.04%-
HSV(B)201.97º44.94%61.96%-
XYZ18.352135.43-
YUV121.51148.59103.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.08%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=23.08%
G=35.01%
B=41.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871321580.450.1600.38201.9728.9848.04
Hex57849E2D10026ca1d30
Octal12720423655200463123560
Binary101011110000100100111101011011000001001101100101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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