Html Css Color HEX #596675 Shuttle Grey

📋 copy color: '#596675'

red 89 ◦ green 102 ◦ blue 117

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

Shades of Shuttle Grey #596675

Tints of Shuttle Grey #596675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

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

R = 28.9%
G = 33.12%
B = 37.99%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#596675 (or 0x596675) is known color: Shuttle Grey. HEX triplet: 59, 66 and 75. RGB value is (89,102,117). Sum of RGB (Red+Green+Blue) = 89+102+117=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 117 - color contains mainly: blue. Hex color #596675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596675 is #A6998A. Grayscale: #636363. Windows color (decimal): -10918283 or 7693913. OLE color: 7693913.

HSL color Cylindrical-coordinate representation of color #596675: hue angle of 212.14º 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 #596675 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 102 117 -
CMYK 0.24 0.13 0 0.54
HSL 212.14º 0.14% 0.4% -
HSV(B) 212.14º 0.24% 0.46% -
XYZ 12.08 12.91 18.68 -
YUV 99.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 89 102 117 0.24 0.13 0 0.54 212.14 0.14 0.4
Hex 59 66 75 18 D 0 36 D4 E 28
Octal 131 146 165 30 15 0 66 324 16 50
Binary 1011001 1100110 1110101 11000 1101 0 110110 11010100 1110 101000

Color Harmonies of #596675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596675

Black with #596675

Text Example


Text Example

White with #596675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596675; }

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

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

background-color css

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

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

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

border-color css

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

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

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