Shades of Bright Grey #595C65
Tints of Bright Grey #595C65
RGB
CMYK
RGB Variations
Color information
#595C65 (or 0x595C65) is known color: Bright Grey. HEX triplet: 59, 5C and 65. RGB value is (89,92,101). Sum of RGB (Red+Green+Blue) = 89+92+101=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 101 - color contains mainly: blue. Hex color #595C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C65 is #A6A39A. Grayscale: #5C5C5C. Windows color (decimal): -10920859 or 6642777. OLE color: 6642777.
HSL color Cylindrical-coordinate representation of color #595C65: hue angle of 225º 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 #595C65 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 92 | 101 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.60 |
| HSL | 225º | 0.06% | 0.37% | - |
| HSV(B) | 225º | 0.12% | 0.4% | - |
| XYZ | 10.3 | 10.72 | 13.84 | - |
| YUV | 92.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 101 | 0.12 | 0.09 | 0 | 0.60 | 225 | 0.06 | 0.37 |
| Hex | 59 | 5C | 65 | C | 9 | 0 | 3C | E1 | 6 | 25 |
| Octal | 131 | 134 | 145 | 14 | 11 | 0 | 74 | 341 | 6 | 45 |
| Binary | 1011001 | 1011100 | 1100101 | 1100 | 1001 | 0 | 111100 | 11100001 | 110 | 100101 |
Color Harmonies of #595C65
Complementary color
Monochromatic Colors of #595C65
Black with #595C65
Text Example
Text Example
White with #595C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C65; }
p { color: rgb(89,92,101); }
H1.HeaderClassName
{
color: #595C65;
}
.AnyTagClassName
{
color: #595C65;
}
</style>
background-color css
<style>
a { background-color: #595C65; }
a { background-color: rgb(89,92,101); }
div.DivClassName
{
background-color: #595C65;
}
.BgClassName
{
background-color: #595C65;
}
</style>
border-color css
<style>
span { border-color: #595C65; }
span { border-color: rgb(89,92,101); }
td.TdClassName
{
border-color: #595C65;
}
.TagClassName
{
border-color: #595C65;
}
</style>