#57819A

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

Shades of Air Force Blue #57819A

Tints of Air Force Blue #57819A

Color information

#57819A (or 0x57819A) is unknown color: approx Air Force Blue. HEX triplet: 57, 81 and 9A. RGB value is (87,129,154). Sum of RGB (Red+Green+Blue) = 87+129+154=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #57819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57819A is #A87E65. Grayscale: #777777. Windows color (decimal): -11042406 or 10125655. OLE color: 10125655.

HSL color Cylindrical-coordinate representation of color #57819A: hue angle of 202.39º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57819A is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB87129154-
CMYK0.440.1600.40
HSL202.39º27.8%47.25%-
HSV(B)202.39º43.51%60.39%-
XYZ17.6120.0633.52-
YUV119.29147.59104.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.51%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=23.51%
G=34.86%
B=41.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871291540.440.1600.40202.3927.847.25
Hex57819A2C10028ca1c2f
Octal12720123254200503123457
Binary101011110000001100110101011001000001010001100101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57819A; }

 p { color: rgb(87,129,154); }

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

<style>
 a { background-color: #57819A; }

 a { background-color: rgb(87,129,154); }

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

<style>
 span { border-color: #57819A; }

 span { border-color: rgb(87,129,154); }

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