Html Css Color HEX #59899F Air Force Blue

📋 copy color: '#59899F'

red 89 ◦ green 137 ◦ blue 159

#59899F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #59899F

Tints of Air Force Blue #59899F

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.3%

R = 23.12%
G = 35.58%
B = 41.3%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59899F (or 0x59899F) is known color: 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

RGB 89 137 159 -
CMYK 0.44 0.14 0 0.38
HSL 198.86º 0.28% 0.49% -
HSV(B) 198.86º 0.44% 0.62% -
XYZ 19.32 22.52 36.13 -
YUV 125.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 89 137 159 0.44 0.14 0 0.38 198.86 0.28 0.49
Hex 59 89 9F 2C E 0 26 C7 1C 31
Octal 131 211 237 54 16 0 46 307 34 61
Binary 1011001 10001001 10011111 101100 1110 0 100110 11000111 11100 110001

Color Harmonies of #59899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59899F

Black with #59899F

Text Example


Text Example

White with #59899F

Text Example


Text Example

HTML Codes & Css Web 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>