Html Css Color HEX #596168 Shuttle Grey

📋 copy color: '#596168'

red 89 ◦ green 97 ◦ blue 104

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

Shades of Shuttle Grey #596168

Tints of Shuttle Grey #596168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 30.69%
G = 33.45%
B = 35.86%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#596168 (or 0x596168) is known color: Shuttle Grey. HEX triplet: 59, 61 and 68. RGB value is (89,97,104). Sum of RGB (Red+Green+Blue) = 89+97+104=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #596168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596168 is #A69E97. Grayscale: #5F5F5F. Windows color (decimal): -10919576 or 6840665. OLE color: 6840665.

HSL color Cylindrical-coordinate representation of color #596168: hue angle of 208º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #596168 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 97 104 -
CMYK 0.14 0.07 0 0.59
HSL 208º 0.08% 0.38% -
HSV(B) 208º 0.14% 0.41% -
XYZ 10.89 11.67 14.78 -
YUV 95.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 89 97 104 0.14 0.07 0 0.59 208 0.08 0.38
Hex 59 61 68 E 7 0 3B D0 8 26
Octal 131 141 150 16 7 0 73 320 10 46
Binary 1011001 1100001 1101000 1110 111 0 111011 11010000 1000 100110

Color Harmonies of #596168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596168

Black with #596168

Text Example


Text Example

White with #596168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596168; }

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

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

background-color css

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

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

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

border-color css

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

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

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