Shades of Bright Grey #595A62
Tints of Bright Grey #595A62
RGB
CMYK
RGB Variations
Color information
#595A62 (or 0x595A62) is known color: Bright Grey. HEX triplet: 59, 5A and 62. RGB value is (89,90,98). Sum of RGB (Red+Green+Blue) = 89+90+98=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #595A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A62 is #A6A59D. Grayscale: #5A5A5A. Windows color (decimal): -10921374 or 6445657. OLE color: 6445657.
HSL color Cylindrical-coordinate representation of color #595A62: hue angle of 233.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #595A62 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 90 | 98 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.62 |
| HSL | 233.33º | 0.05% | 0.37% | - |
| HSV(B) | 233.33º | 0.09% | 0.38% | - |
| XYZ | 9.98 | 10.32 | 13.02 | - |
| YUV | 90.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 98 | 0.09 | 0.08 | 0 | 0.62 | 233.33 | 0.05 | 0.37 |
| Hex | 59 | 5A | 62 | 9 | 8 | 0 | 3E | E9 | 5 | 25 |
| Octal | 131 | 132 | 142 | 11 | 10 | 0 | 76 | 351 | 5 | 45 |
| Binary | 1011001 | 1011010 | 1100010 | 1001 | 1000 | 0 | 111110 | 11101001 | 101 | 100101 |
Color Harmonies of #595A62
Complementary color
Monochromatic Colors of #595A62
Black with #595A62
Text Example
Text Example
White with #595A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A62; }
p { color: rgb(89,90,98); }
H1.HeaderClassName
{
color: #595A62;
}
.AnyTagClassName
{
color: #595A62;
}
</style>
background-color css
<style>
a { background-color: #595A62; }
a { background-color: rgb(89,90,98); }
div.DivClassName
{
background-color: #595A62;
}
.BgClassName
{
background-color: #595A62;
}
</style>
border-color css
<style>
span { border-color: #595A62; }
span { border-color: rgb(89,90,98); }
td.TdClassName
{
border-color: #595A62;
}
.TagClassName
{
border-color: #595A62;
}
</style>