#59899F

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

Shades of Air Force Blue #59899F

Tints of Air Force Blue #59899F

Color information

#59899F (or 0x59899F) is unknown color: approx Air Force Blue. HEX triplet: 59, 89 and 9F. RGB value is (89,137,159). Sum of RGB (Red+Green+Blue) = 89+137+159=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #59899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59899F is #A67660. Grayscale: #7D7D7D. Windows color (decimal): -10909281 or 10455385. OLE color: 10455385.

HSL color Cylindrical-coordinate representation of color #59899F: hue angle of 198.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59899F is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89137159-
CMYK0.440.1400.38
HSL198.86º28.23%48.63%-
HSV(B)198.86º44.03%62.35%-
XYZ19.3222.5236.13-
YUV125.16147.1102.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.12%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=23.12%
G=35.58%
B=41.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891371590.440.1400.38198.8628.2348.63
Hex59899F2CE026c71c31
Octal13121123754160463073461
Binary10110011000100110011111101100111001001101100011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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