#57809D

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

Shades of Air Force Blue #57809D

Tints of Air Force Blue #57809D

Color information

#57809D (or 0x57809D) is unknown color: approx Air Force Blue. HEX triplet: 57, 80 and 9D. RGB value is (87,128,157). Sum of RGB (Red+Green+Blue) = 87+128+157=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #57809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57809D is #A87F62. Grayscale: #767676. Windows color (decimal): -11042659 or 10322007. OLE color: 10322007.

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

Color convert

RGB87128157-
CMYK0.450.1800.38
HSL204.86º28.69%47.84%-
HSV(B)204.86º44.59%61.57%-
XYZ17.7419.934.8-
YUV119.05149.42105.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.39%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 157 (61.72% from 255) = 42.20%
R=23.39%
G=34.41%
B=42.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871281570.450.1800.38204.8628.6947.84
Hex57809D2D12026cd1d30
Octal12720023555220463153560
Binary101011110000000100111011011011001001001101100110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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