#57809E

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

Shades of Air Force Blue #57809E

Tints of Air Force Blue #57809E

Color information

#57809E (or 0x57809E) is unknown color: approx Air Force Blue. HEX triplet: 57, 80 and 9E. RGB value is (87,128,158). Sum of RGB (Red+Green+Blue) = 87+128+158=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #57809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57809E is #A87F61. Grayscale: #767676. Windows color (decimal): -11042658 or 10387543. OLE color: 10387543.

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

Color convert

RGB87128158-
CMYK0.450.1900.38
HSL205.35º28.98%48.04%-
HSV(B)205.35º44.94%61.96%-
XYZ17.8219.9335.26-
YUV119.16149.92105.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=23.32%
G=34.32%
B=42.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871281580.450.1900.38205.3528.9848.04
Hex57809E2D13026cd1d30
Octal12720023655230463153560
Binary101011110000000100111101011011001101001101100110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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