Shades of Bright Grey #595D65
Tints of Bright Grey #595D65
RGB
CMYK
RGB Variations
Color information
#595D65 (or 0x595D65) is known color: Bright Grey. HEX triplet: 59, 5D and 65. RGB value is (89,93,101). Sum of RGB (Red+Green+Blue) = 89+93+101=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #595D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D65 is #A6A29A. Grayscale: #5C5C5C. Windows color (decimal): -10920603 or 6643033. OLE color: 6643033.
HSL color Cylindrical-coordinate representation of color #595D65: hue angle of 220º 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 #595D65 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 93 | 101 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.60 |
| HSL | 220º | 0.06% | 0.37% | - |
| HSV(B) | 220º | 0.12% | 0.4% | - |
| XYZ | 10.38 | 10.89 | 13.87 | - |
| YUV | 92.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 101 | 0.12 | 0.08 | 0 | 0.60 | 220 | 0.06 | 0.37 |
| Hex | 59 | 5D | 65 | C | 8 | 0 | 3C | DC | 6 | 25 |
| Octal | 131 | 135 | 145 | 14 | 10 | 0 | 74 | 334 | 6 | 45 |
| Binary | 1011001 | 1011101 | 1100101 | 1100 | 1000 | 0 | 111100 | 11011100 | 110 | 100101 |
Color Harmonies of #595D65
Complementary color
Monochromatic Colors of #595D65
Black with #595D65
Text Example
Text Example
White with #595D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D65; }
p { color: rgb(89,93,101); }
H1.HeaderClassName
{
color: #595D65;
}
.AnyTagClassName
{
color: #595D65;
}
</style>
background-color css
<style>
a { background-color: #595D65; }
a { background-color: rgb(89,93,101); }
div.DivClassName
{
background-color: #595D65;
}
.BgClassName
{
background-color: #595D65;
}
</style>
border-color css
<style>
span { border-color: #595D65; }
span { border-color: rgb(89,93,101); }
td.TdClassName
{
border-color: #595D65;
}
.TagClassName
{
border-color: #595D65;
}
</style>