#595F65

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

Shades of Shuttle Grey #595F65

Tints of Shuttle Grey #595F65

Color information

#595F65 (or 0x595F65) is unknown color: approx Shuttle Grey. HEX triplet: 59, 5F and 65. RGB value is (89,95,101). Sum of RGB (Red+Green+Blue) = 89+95+101=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 101 - color contains mainly: blue. Hex color #595F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F65 is #A6A09A. Grayscale: #5D5D5D. Windows color (decimal): -10920091 or 6643545. OLE color: 6643545.

HSL color Cylindrical-coordinate representation of color #595F65: hue angle of 210º 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 #595F65 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8995101-
CMYK0.120.0600.60
HSL210º6.32%37.25%-
HSV(B)210º11.88%39.61%-
XYZ10.5611.2513.93-
YUV93.89132.01124.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=31.23%
G=33.33%
B=35.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89951010.120.0600.602106.3237.25
Hex595F65C603Cd2625
Octal131137145146074322645
Binary1011001101111111001011100110011110011010010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595F65; }

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

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

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

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

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

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

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

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