#57889E

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

Shades of Air Force Blue #57889E

Tints of Air Force Blue #57889E

Color information

#57889E (or 0x57889E) is unknown color: approx Air Force Blue. HEX triplet: 57, 88 and 9E. RGB value is (87,136,158). Sum of RGB (Red+Green+Blue) = 87+136+158=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #57889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57889E is #A87761. Grayscale: #7B7B7B. Windows color (decimal): -11040610 or 10389591. OLE color: 10389591.

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

Color convert

RGB87136158-
CMYK0.450.1400.38
HSL198.59º28.98%48.04%-
HSV(B)198.59º44.94%61.96%-
XYZ18.9122.135.62-
YUV123.86147.27101.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.83%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=22.83%
G=35.70%
B=41.47%

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
Decimal871361580.450.1400.38198.5928.9848.04
Hex57889E2DE026c71d30
Octal12721023655160463073560
Binary10101111000100010011110101101111001001101100011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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