Html Css Color HEX #596068 Shuttle Grey

📋 copy color: '#596068'

red 89 ◦ green 96 ◦ blue 104

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

Shades of Shuttle Grey #596068

Tints of Shuttle Grey #596068

RGB

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

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

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

R = 30.8%
G = 33.22%
B = 35.99%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#596068 (or 0x596068) is known color: Shuttle Grey. HEX triplet: 59, 60 and 68. RGB value is (89,96,104). Sum of RGB (Red+Green+Blue) = 89+96+104=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #596068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596068 is #A69F97. Grayscale: #5E5E5E. Windows color (decimal): -10919832 or 6840409. OLE color: 6840409.

HSL color Cylindrical-coordinate representation of color #596068: hue angle of 212º 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 #596068 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 96 104 -
CMYK 0.14 0.08 0 0.59
HSL 212º 0.08% 0.38% -
HSV(B) 212º 0.14% 0.41% -
XYZ 10.8 11.49 14.75 -
YUV 94.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 89 96 104 0.14 0.08 0 0.59 212 0.08 0.38
Hex 59 60 68 E 8 0 3B D4 8 26
Octal 131 140 150 16 10 0 73 324 10 46
Binary 1011001 1100000 1101000 1110 1000 0 111011 11010100 1000 100110

Color Harmonies of #596068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596068

Black with #596068

Text Example


Text Example

White with #596068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596068; }

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

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

background-color css

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

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

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

border-color css

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

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

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