#596065

Color #596065 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #596065

Tints of Shuttle Grey #596065

Color information

#596065 (or 0x596065) is unknown color: approx Shuttle Grey. HEX triplet: 59, 60 and 65. RGB value is (89,96,101). Sum of RGB (Red+Green+Blue) = 89+96+101=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 101 - color contains mainly: blue. Hex color #596065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596065 is #A69F9A. Grayscale: #5E5E5E. Windows color (decimal): -10919835 or 6643801. OLE color: 6643801.

HSL color Cylindrical-coordinate representation of color #596065: hue angle of 205º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #596065 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8996101-
CMYK0.120.0500.60
HSL205º6.32%37.25%-
HSV(B)205º11.88%39.61%-
XYZ10.6511.4313.96-
YUV94.48131.68124.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.12%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=31.12%
G=33.57%
B=35.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89961010.120.0500.602056.3237.25
Hex596065C503Ccd625
Octal131140145145074315645
Binary1011001110000011001011100101011110011001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596065; }

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

 H1.HeaderClassName
 {
   color: #596065;
 }
 .AnyTagClassName
 {
   color: #596065;
 }
</style>
background-color css

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

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

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

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

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

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