Shades of Bright Grey #595C68
Tints of Bright Grey #595C68
RGB
CMYK
RGB Variations
Color information
#595C68 (or 0x595C68) is known color: Bright Grey. HEX triplet: 59, 5C and 68. RGB value is (89,92,104). Sum of RGB (Red+Green+Blue) = 89+92+104=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #595C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C68 is #A6A397. Grayscale: #5C5C5C. Windows color (decimal): -10920856 or 6839385. OLE color: 6839385.
HSL color Cylindrical-coordinate representation of color #595C68: hue angle of 228º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #595C68 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 92 | 104 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.59 |
| HSL | 228º | 0.08% | 0.38% | - |
| HSV(B) | 228º | 0.14% | 0.41% | - |
| XYZ | 10.45 | 10.78 | 14.63 | - |
| YUV | 92.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 104 | 0.14 | 0.12 | 0 | 0.59 | 228 | 0.08 | 0.38 |
| Hex | 59 | 5C | 68 | E | C | 0 | 3B | E4 | 8 | 26 |
| Octal | 131 | 134 | 150 | 16 | 14 | 0 | 73 | 344 | 10 | 46 |
| Binary | 1011001 | 1011100 | 1101000 | 1110 | 1100 | 0 | 111011 | 11100100 | 1000 | 100110 |
Color Harmonies of #595C68
Complementary color
Monochromatic Colors of #595C68
Black with #595C68
Text Example
Text Example
White with #595C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C68; }
p { color: rgb(89,92,104); }
H1.HeaderClassName
{
color: #595C68;
}
.AnyTagClassName
{
color: #595C68;
}
</style>
background-color css
<style>
a { background-color: #595C68; }
a { background-color: rgb(89,92,104); }
div.DivClassName
{
background-color: #595C68;
}
.BgClassName
{
background-color: #595C68;
}
</style>
border-color css
<style>
span { border-color: #595C68; }
span { border-color: rgb(89,92,104); }
td.TdClassName
{
border-color: #595C68;
}
.TagClassName
{
border-color: #595C68;
}
</style>