Html Css Color HEX #59606F Shuttle Grey

📋 copy color: '#59606F'

red 89 ◦ green 96 ◦ blue 111

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

Shades of Shuttle Grey #59606F

Tints of Shuttle Grey #59606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.43%

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 30.07%
G = 32.43%
B = 37.5%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59606F (or 0x59606F) is known color: Shuttle Grey. HEX triplet: 59, 60 and 6F. RGB value is (89,96,111). Sum of RGB (Red+Green+Blue) = 89+96+111=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #59606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59606F is #A69F90. Grayscale: #5F5F5F. Windows color (decimal): -10919825 or 7299161. OLE color: 7299161.

HSL color Cylindrical-coordinate representation of color #59606F: hue angle of 220.91º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #59606F is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 96 111 -
CMYK 0.20 0.14 0 0.56
HSL 220.91º 0.11% 0.39% -
HSV(B) 220.91º 0.2% 0.44% -
XYZ 11.17 11.64 16.7 -
YUV 95.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 89 96 111 0.20 0.14 0 0.56 220.91 0.11 0.39
Hex 59 60 6F 14 E 0 38 DD B 27
Octal 131 140 157 24 16 0 70 335 13 47
Binary 1011001 1100000 1101111 10100 1110 0 111000 11011101 1011 100111

Color Harmonies of #59606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59606F

Black with #59606F

Text Example


Text Example

White with #59606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,96,111); }

 H1.HeaderClassName
 {
   color: #59606F;
 }
 .AnyTagClassName
 {
   color: #59606F;
 }
</style>

background-color css

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

 a { background-color: rgb(89,96,111); }

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

border-color css

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

 span { border-color: rgb(89,96,111); }

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