Html Css Color HEX #596270 Shuttle Grey

📋 copy color: '#596270'

red 89 ◦ green 98 ◦ blue 112

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

Shades of Shuttle Grey #596270

Tints of Shuttle Grey #596270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 29.77%
G = 32.78%
B = 37.46%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#596270 (or 0x596270) is known color: Shuttle Grey. HEX triplet: 59, 62 and 70. RGB value is (89,98,112). Sum of RGB (Red+Green+Blue) = 89+98+112=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #596270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596270 is #A69D8F. Grayscale: #606060. Windows color (decimal): -10919312 or 7365209. OLE color: 7365209.

HSL color Cylindrical-coordinate representation of color #596270: hue angle of 216.52º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #596270 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 98 112 -
CMYK 0.21 0.13 0 0.56
HSL 216.52º 0.11% 0.39% -
HSV(B) 216.52º 0.21% 0.44% -
XYZ 11.41 12.03 17.05 -
YUV 96.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 89 98 112 0.21 0.13 0 0.56 216.52 0.11 0.39
Hex 59 62 70 15 D 0 38 D9 B 27
Octal 131 142 160 25 15 0 70 331 13 47
Binary 1011001 1100010 1110000 10101 1101 0 111000 11011001 1011 100111

Color Harmonies of #596270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596270

Black with #596270

Text Example


Text Example

White with #596270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596270; }

 p { color: rgb(89,98,112); }

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

background-color css

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

 a { background-color: rgb(89,98,112); }

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

border-color css

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

 span { border-color: rgb(89,98,112); }

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