Html Css Color HEX #59839B Air Force Blue

📋 copy color: '#59839B'

red 89 ◦ green 131 ◦ blue 155

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

Shades of Air Force Blue #59839B

Tints of Air Force Blue #59839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

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

R = 23.73%
G = 34.93%
B = 41.33%

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

#59839B (or 0x59839B) is known color: Air Force Blue. HEX triplet: 59, 83 and 9B. RGB value is (89,131,155). Sum of RGB (Red+Green+Blue) = 89+131+155=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #59839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59839B is #A67C64. Grayscale: #797979. Windows color (decimal): -10910821 or 10191705. OLE color: 10191705.

HSL color Cylindrical-coordinate representation of color #59839B: hue angle of 201.82º 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 #59839B is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 131 155 -
CMYK 0.43 0.15 0 0.39
HSL 201.82º 0.27% 0.48% -
HSV(B) 201.82º 0.43% 0.61% -
XYZ 18.15 20.72 34.05 -
YUV 121.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 89 131 155 0.43 0.15 0 0.39 201.82 0.27 0.48
Hex 59 83 9B 2B F 0 27 CA 1B 30
Octal 131 203 233 53 17 0 47 312 33 60
Binary 1011001 10000011 10011011 101011 1111 0 100111 11001010 11011 110000

Color Harmonies of #59839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59839B

Black with #59839B

Text Example


Text Example

White with #59839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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