#57849B

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

Shades of Air Force Blue #57849B

Tints of Air Force Blue #57849B

Color information

#57849B (or 0x57849B) is unknown color: approx Air Force Blue. HEX triplet: 57, 84 and 9B. RGB value is (87,132,155). Sum of RGB (Red+Green+Blue) = 87+132+155=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #57849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57849B is #A87B64. Grayscale: #797979. Windows color (decimal): -11041637 or 10191959. OLE color: 10191959.

HSL color Cylindrical-coordinate representation of color #57849B: hue angle of 200.29º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57849B is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87132155-
CMYK0.440.1500.39
HSL200.29º28.1%47.45%-
HSV(B)200.29º43.87%60.78%-
XYZ18.120.934.09-
YUV121.17147.09103.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.26%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=23.26%
G=35.29%
B=41.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871321550.440.1500.39200.2928.147.45
Hex57849B2CF027c81c2f
Octal12720423354170473103457
Binary10101111000010010011011101100111101001111100100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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