Shades of Bright Grey #595C67
Tints of Bright Grey #595C67
RGB
CMYK
RGB Variations
Color information
#595C67 (or 0x595C67) is known color: Bright Grey. HEX triplet: 59, 5C and 67. RGB value is (89,92,103). Sum of RGB (Red+Green+Blue) = 89+92+103=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #595C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C67 is #A6A398. Grayscale: #5C5C5C. Windows color (decimal): -10920857 or 6773849. OLE color: 6773849.
HSL color Cylindrical-coordinate representation of color #595C67: hue angle of 227.14º 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 #595C67 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 92 | 103 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.60 |
| HSL | 227.14º | 0.07% | 0.38% | - |
| HSV(B) | 227.14º | 0.14% | 0.4% | - |
| XYZ | 10.4 | 10.76 | 14.36 | - |
| YUV | 92.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 103 | 0.14 | 0.11 | 0 | 0.60 | 227.14 | 0.07 | 0.38 |
| Hex | 59 | 5C | 67 | E | B | 0 | 3C | E3 | 7 | 26 |
| Octal | 131 | 134 | 147 | 16 | 13 | 0 | 74 | 343 | 7 | 46 |
| Binary | 1011001 | 1011100 | 1100111 | 1110 | 1011 | 0 | 111100 | 11100011 | 111 | 100110 |
Color Harmonies of #595C67
Complementary color
Monochromatic Colors of #595C67
Black with #595C67
Text Example
Text Example
White with #595C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C67; }
p { color: rgb(89,92,103); }
H1.HeaderClassName
{
color: #595C67;
}
.AnyTagClassName
{
color: #595C67;
}
</style>
background-color css
<style>
a { background-color: #595C67; }
a { background-color: rgb(89,92,103); }
div.DivClassName
{
background-color: #595C67;
}
.BgClassName
{
background-color: #595C67;
}
</style>
border-color css
<style>
span { border-color: #595C67; }
span { border-color: rgb(89,92,103); }
td.TdClassName
{
border-color: #595C67;
}
.TagClassName
{
border-color: #595C67;
}
</style>