#57809B

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

Shades of Air Force Blue #57809B

Tints of Air Force Blue #57809B

Color information

#57809B (or 0x57809B) is unknown color: approx Air Force Blue. HEX triplet: 57, 80 and 9B. RGB value is (87,128,155). Sum of RGB (Red+Green+Blue) = 87+128+155=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #57809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57809B is #A87F64. Grayscale: #767676. Windows color (decimal): -11042661 or 10190935. OLE color: 10190935.

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

Color convert

RGB87128155-
CMYK0.440.1700.39
HSL203.82º28.1%47.45%-
HSV(B)203.82º43.87%60.78%-
XYZ17.5719.8333.91-
YUV118.82148.42105.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.51%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=23.51%
G=34.59%
B=41.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871281550.440.1700.39203.8228.147.45
Hex57809B2C11027cc1c2f
Octal12720023354210473143457
Binary101011110000000100110111011001000101001111100110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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