#57899F

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

Shades of Air Force Blue #57899F

Tints of Air Force Blue #57899F

Color information

#57899F (or 0x57899F) is unknown color: approx Air Force Blue. HEX triplet: 57, 89 and 9F. RGB value is (87,137,159). Sum of RGB (Red+Green+Blue) = 87+137+159=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #57899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57899F is #A87660. Grayscale: #7C7C7C. Windows color (decimal): -11040353 or 10455383. OLE color: 10455383.

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

Color convert

RGB87137159-
CMYK0.450.1400.38
HSL198.33º29.27%48.24%-
HSV(B)198.33º45.28%62.35%-
XYZ19.1322.4236.12-
YUV124.56147.44101.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.72%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=22.72%
G=35.77%
B=41.51%

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
Decimal871371590.450.1400.38198.3329.2748.24
Hex57899F2DE026c61d30
Octal12721123755160463063560
Binary10101111000100110011111101101111001001101100011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57899F; }

 p { color: rgb(87,137,159); }

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

<style>
 a { background-color: #57899F; }

 a { background-color: rgb(87,137,159); }

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

<style>
 span { border-color: #57899F; }

 span { border-color: rgb(87,137,159); }

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