Html Css Color HEX #59849B Air Force Blue

📋 copy color: '#59849B'

red 89 ◦ green 132 ◦ blue 155

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

Shades of Air Force Blue #59849B

Tints of Air Force Blue #59849B

RGB

 RED value IS 89 (35.16% from 255) = 23.67%

 GREEN value IS 132 (51.95% from 255) = 35.11%

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 23.67%
G = 35.11%
B = 41.22%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59849B (or 0x59849B) is known color: Air Force Blue. HEX triplet: 59, 84 and 9B. RGB value is (89,132,155). Sum of RGB (Red+Green+Blue) = 89+132+155=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #59849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59849B is #A67B64. Grayscale: #797979. Windows color (decimal): -10910565 or 10191961. OLE color: 10191961.

HSL color Cylindrical-coordinate representation of color #59849B: hue angle of 200.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59849B is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 132 155 -
CMYK 0.43 0.15 0 0.39
HSL 200.91º 0.27% 0.48% -
HSV(B) 200.91º 0.43% 0.61% -
XYZ 18.29 20.99 34.1 -
YUV 121.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 89 132 155 0.43 0.15 0 0.39 200.91 0.27 0.48
Hex 59 84 9B 2B F 0 27 C9 1B 30
Octal 131 204 233 53 17 0 47 311 33 60
Binary 1011001 10000100 10011011 101011 1111 0 100111 11001001 11011 110000

Color Harmonies of #59849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59849B

Black with #59849B

Text Example


Text Example

White with #59849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59849B; }

 p { color: rgb(89,132,155); }

 H1.HeaderClassName
 {
   color: #59849B;
 }
 .AnyTagClassName
 {
   color: #59849B;
 }
</style>

background-color css

<style>
 a { background-color: #59849B; }

 a { background-color: rgb(89,132,155); }

 div.DivClassName
 {
   background-color: #59849B;
 }
 .BgClassName
 {
   background-color: #59849B;
 }
</style>

border-color css

<style>
 span { border-color: #59849B; }

 span { border-color: rgb(89,132,155); }

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