#595E63

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

Shades of Shuttle Grey #595E63

Tints of Shuttle Grey #595E63

Color information

#595E63 (or 0x595E63) is unknown color: approx Shuttle Grey. HEX triplet: 59, 5E and 63. RGB value is (89,94,99). Sum of RGB (Red+Green+Blue) = 89+94+99=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 99 - color contains mainly: blue. Hex color #595E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E63 is #A6A19C. Grayscale: #5D5D5D. Windows color (decimal): -10920349 or 6512217. OLE color: 6512217.

HSL color Cylindrical-coordinate representation of color #595E63: hue angle of 210º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595E63 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB899499-
CMYK0.100.0500.61
HSL210º5.32%36.86%-
HSV(B)210º10.1%38.82%-
XYZ10.3711.0313.39-
YUV93.08131.34125.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.56%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=31.56%
G=33.33%
B=35.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8994990.100.0500.612105.3236.86
Hex595E63A503Dd2525
Octal131136143125075322545
Binary1011001101111011000111010101011110111010010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,94,99); }

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

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

 a { background-color: rgb(89,94,99); }

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

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

 span { border-color: rgb(89,94,99); }

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