#57879D

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

Shades of Air Force Blue #57879D

Tints of Air Force Blue #57879D

Color information

#57879D (or 0x57879D) is unknown color: approx Air Force Blue. HEX triplet: 57, 87 and 9D. RGB value is (87,135,157). Sum of RGB (Red+Green+Blue) = 87+135+157=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #57879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57879D is #A87862. Grayscale: #7B7B7B. Windows color (decimal): -11040867 or 10323799. OLE color: 10323799.

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

Color convert

RGB87135157-
CMYK0.450.1400.38
HSL198.86º28.69%47.84%-
HSV(B)198.86º44.59%61.57%-
XYZ18.6821.7935.12-
YUV123.16147.1102.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=22.96%
G=35.62%
B=41.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871351570.450.1400.38198.8628.6947.84
Hex57879D2DE026c71d30
Octal12720723555160463073560
Binary10101111000011110011101101101111001001101100011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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