Shades of Bright Grey #595B5D
Tints of Bright Grey #595B5D
RGB
CMYK
RGB Variations
Color information
#595B5D (or 0x595B5D) is known color: Bright Grey. HEX triplet: 59, 5B and 5D. RGB value is (89,91,93). Sum of RGB (Red+Green+Blue) = 89+91+93=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 93 - color contains mainly: blue. Hex color #595B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B5D is #A6A4A2. Grayscale: #5A5A5A. Windows color (decimal): -10921123 or 6118233. OLE color: 6118233.
HSL color Cylindrical-coordinate representation of color #595B5D: hue angle of 210º degrees, saturation: 0.02, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #595B5D is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 89 | 91 | 93 | - |
CMYK | 0.04 | 0.02 | 0 | 0.64 |
HSL | 210º | 0.02% | 0.36% | - |
HSV(B) | 210º | 0.04% | 0.36% | - |
XYZ | 9.84 | 10.4 | 11.84 | - |
YUV | 90.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 89 | 91 | 93 | 0.04 | 0.02 | 0 | 0.64 | 210 | 0.02 | 0.36 |
Hex | 59 | 5B | 5D | 4 | 2 | 0 | 40 | D2 | 2 | 24 |
Octal | 131 | 133 | 135 | 4 | 2 | 0 | 100 | 322 | 2 | 44 |
Binary | 1011001 | 1011011 | 1011101 | 100 | 10 | 0 | 1000000 | 11010010 | 10 | 100100 |
Color Harmonies of #595B5D
Complementary color
Monochromatic Colors of #595B5D
Black with #595B5D
Text Example
Text Example
White with #595B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B5D; }
p { color: rgb(89,91,93); }
H1.HeaderClassName
{
color: #595B5D;
}
.AnyTagClassName
{
color: #595B5D;
}
</style>
background-color css
<style>
a { background-color: #595B5D; }
a { background-color: rgb(89,91,93); }
div.DivClassName
{
background-color: #595B5D;
}
.BgClassName
{
background-color: #595B5D;
}
</style>
border-color css
<style>
span { border-color: #595B5D; }
span { border-color: rgb(89,91,93); }
td.TdClassName
{
border-color: #595B5D;
}
.TagClassName
{
border-color: #595B5D;
}
</style>