#57859F

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

Shades of Air Force Blue #57859F

Tints of Air Force Blue #57859F

Color information

#57859F (or 0x57859F) is unknown color: approx Air Force Blue. HEX triplet: 57, 85 and 9F. RGB value is (87,133,159). Sum of RGB (Red+Green+Blue) = 87+133+159=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #57859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57859F is #A87A60. Grayscale: #7A7A7A. Windows color (decimal): -11041377 or 10454359. OLE color: 10454359.

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

Color convert

RGB87133159-
CMYK0.450.1600.38
HSL201.67º29.27%48.24%-
HSV(B)201.67º45.28%62.35%-
XYZ18.5821.335.93-
YUV122.21148.76102.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=22.96%
G=35.09%
B=41.95%

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
Decimal871331590.450.1600.38201.6729.2748.24
Hex57859F2D10026ca1d30
Octal12720523755200463123560
Binary101011110000101100111111011011000001001101100101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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