#57839B

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

Shades of Air Force Blue #57839B

Tints of Air Force Blue #57839B

Color information

#57839B (or 0x57839B) is unknown color: approx Air Force Blue. HEX triplet: 57, 83 and 9B. RGB value is (87,131,155). Sum of RGB (Red+Green+Blue) = 87+131+155=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #57839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57839B is #A87C64. Grayscale: #787878. Windows color (decimal): -11041893 or 10191703. OLE color: 10191703.

HSL color Cylindrical-coordinate representation of color #57839B: hue angle of 201.18º 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 #57839B is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87131155-
CMYK0.440.1500.39
HSL201.18º28.1%47.45%-
HSV(B)201.18º43.87%60.78%-
XYZ17.9620.6334.04-
YUV120.58147.42104.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=23.32%
G=35.12%
B=41.55%

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
Decimal871311550.440.1500.39201.1828.147.45
Hex57839B2CF027c91c2f
Octal12720323354170473113457
Binary10101111000001110011011101100111101001111100100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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