Html Css Color HEX #596275 Shuttle Grey

📋 copy color: '#596275'

red 89 ◦ green 98 ◦ blue 117

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

Shades of Shuttle Grey #596275

Tints of Shuttle Grey #596275

RGB

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

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

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

R = 29.28%
G = 32.24%
B = 38.49%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#596275 (or 0x596275) is known color: Shuttle Grey. HEX triplet: 59, 62 and 75. RGB value is (89,98,117). Sum of RGB (Red+Green+Blue) = 89+98+117=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #596275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596275 is #A69D8A. Grayscale: #616161. Windows color (decimal): -10919307 or 7692889. OLE color: 7692889.

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

Color convert

RGB 89 98 117 -
CMYK 0.24 0.16 0 0.54
HSL 220.71º 0.14% 0.4% -
HSV(B) 220.71º 0.24% 0.46% -
XYZ 11.7 12.14 18.56 -
YUV 97.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 89 98 117 0.24 0.16 0 0.54 220.71 0.14 0.4
Hex 59 62 75 18 10 0 36 DD E 28
Octal 131 142 165 30 20 0 66 335 16 50
Binary 1011001 1100010 1110101 11000 10000 0 110110 11011101 1110 101000

Color Harmonies of #596275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596275

Black with #596275

Text Example


Text Example

White with #596275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596275; }

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

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

background-color css

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

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

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

border-color css

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

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

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