Html Css Color HEX #596975 Shuttle Grey

📋 copy color: '#596975'

red 89 ◦ green 105 ◦ blue 117

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

Shades of Shuttle Grey #596975

Tints of Shuttle Grey #596975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 28.62%
G = 33.76%
B = 37.62%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#596975 (or 0x596975) is known color: Shuttle Grey. HEX triplet: 59, 69 and 75. RGB value is (89,105,117). Sum of RGB (Red+Green+Blue) = 89+105+117=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 117 - color contains mainly: blue. Hex color #596975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596975 is #A6968A. Grayscale: #656565. Windows color (decimal): -10917515 or 7694681. OLE color: 7694681.

HSL color Cylindrical-coordinate representation of color #596975: hue angle of 205.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #596975 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 105 117 -
CMYK 0.24 0.10 0 0.54
HSL 205.71º 0.14% 0.4% -
HSV(B) 205.71º 0.24% 0.46% -
XYZ 12.38 13.51 18.78 -
YUV 101.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 89 105 117 0.24 0.10 0 0.54 205.71 0.14 0.4
Hex 59 69 75 18 A 0 36 CE E 28
Octal 131 151 165 30 12 0 66 316 16 50
Binary 1011001 1101001 1110101 11000 1010 0 110110 11001110 1110 101000

Color Harmonies of #596975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596975

Black with #596975

Text Example


Text Example

White with #596975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596975; }

 p { color: rgb(89,105,117); }

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

background-color css

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

 a { background-color: rgb(89,105,117); }

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

border-color css

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

 span { border-color: rgb(89,105,117); }

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