Html Css Color HEX #59616F Shuttle Grey

📋 copy color: '#59616F'

red 89 ◦ green 97 ◦ blue 111

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

Shades of Shuttle Grey #59616F

Tints of Shuttle Grey #59616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

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

R = 29.97%
G = 32.66%
B = 37.37%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59616F (or 0x59616F) is known color: Shuttle Grey. HEX triplet: 59, 61 and 6F. RGB value is (89,97,111). Sum of RGB (Red+Green+Blue) = 89+97+111=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 111 - color contains mainly: blue. Hex color #59616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59616F is #A69E90. Grayscale: #606060. Windows color (decimal): -10919569 or 7299417. OLE color: 7299417.

HSL color Cylindrical-coordinate representation of color #59616F: hue angle of 218.18º 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 #59616F is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 97 111 -
CMYK 0.20 0.13 0 0.56
HSL 218.18º 0.11% 0.39% -
HSV(B) 218.18º 0.2% 0.44% -
XYZ 11.26 11.82 16.73 -
YUV 96.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 89 97 111 0.20 0.13 0 0.56 218.18 0.11 0.39
Hex 59 61 6F 14 D 0 38 DA B 27
Octal 131 141 157 24 15 0 70 332 13 47
Binary 1011001 1100001 1101111 10100 1101 0 111000 11011010 1011 100111

Color Harmonies of #59616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59616F

Black with #59616F

Text Example


Text Example

White with #59616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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