Shades of Bright Grey #595B67
Tints of Bright Grey #595B67
RGB
CMYK
RGB Variations
Color information
#595B67 (or 0x595B67) is known color: Bright Grey. HEX triplet: 59, 5B and 67. RGB value is (89,91,103). Sum of RGB (Red+Green+Blue) = 89+91+103=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 103 - color contains mainly: blue. Hex color #595B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B67 is #A6A498. Grayscale: #5B5B5B. Windows color (decimal): -10921113 or 6773593. OLE color: 6773593.
HSL color Cylindrical-coordinate representation of color #595B67: hue angle of 231.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #595B67 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 91 | 103 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.60 |
| HSL | 231.43º | 0.07% | 0.38% | - |
| HSV(B) | 231.43º | 0.14% | 0.4% | - |
| XYZ | 10.31 | 10.59 | 14.33 | - |
| YUV | 91.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 103 | 0.14 | 0.12 | 0 | 0.60 | 231.43 | 0.07 | 0.38 |
| Hex | 59 | 5B | 67 | E | C | 0 | 3C | E7 | 7 | 26 |
| Octal | 131 | 133 | 147 | 16 | 14 | 0 | 74 | 347 | 7 | 46 |
| Binary | 1011001 | 1011011 | 1100111 | 1110 | 1100 | 0 | 111100 | 11100111 | 111 | 100110 |
Color Harmonies of #595B67
Complementary color
Monochromatic Colors of #595B67
Black with #595B67
Text Example
Text Example
White with #595B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B67; }
p { color: rgb(89,91,103); }
H1.HeaderClassName
{
color: #595B67;
}
.AnyTagClassName
{
color: #595B67;
}
</style>
background-color css
<style>
a { background-color: #595B67; }
a { background-color: rgb(89,91,103); }
div.DivClassName
{
background-color: #595B67;
}
.BgClassName
{
background-color: #595B67;
}
</style>
border-color css
<style>
span { border-color: #595B67; }
span { border-color: rgb(89,91,103); }
td.TdClassName
{
border-color: #595B67;
}
.TagClassName
{
border-color: #595B67;
}
</style>