Shades of Bright Grey #5A5C61
Tints of Bright Grey #5A5C61
RGB
CMYK
RGB Variations
Color information
#5A5C61 (or 0x5A5C61) is known color: Bright Grey. HEX triplet: 5A, 5C and 61. RGB value is (90,92,97). Sum of RGB (Red+Green+Blue) = 90+92+97=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A5C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5C61 is #A5A39E. Grayscale: #5B5B5B. Windows color (decimal): -10855327 or 6380634. OLE color: 6380634.
HSL color Cylindrical-coordinate representation of color #5A5C61: hue angle of 222.86º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A5C61 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 92 | 97 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.62 |
| HSL | 222.86º | 0.04% | 0.37% | - |
| HSV(B) | 222.86º | 0.07% | 0.38% | - |
| XYZ | 10.2 | 10.69 | 12.84 | - |
| YUV | 91.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 97 | 0.07 | 0.05 | 0 | 0.62 | 222.86 | 0.04 | 0.37 |
| Hex | 5A | 5C | 61 | 7 | 5 | 0 | 3E | DF | 4 | 25 |
| Octal | 132 | 134 | 141 | 7 | 5 | 0 | 76 | 337 | 4 | 45 |
| Binary | 1011010 | 1011100 | 1100001 | 111 | 101 | 0 | 111110 | 11011111 | 100 | 100101 |
Color Harmonies of #5A5C61
Complementary color
Monochromatic Colors of #5A5C61
Black with #5A5C61
Text Example
Text Example
White with #5A5C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C61; }
p { color: rgb(90,92,97); }
H1.HeaderClassName
{
color: #5A5C61;
}
.AnyTagClassName
{
color: #5A5C61;
}
</style>
background-color css
<style>
a { background-color: #5A5C61; }
a { background-color: rgb(90,92,97); }
div.DivClassName
{
background-color: #5A5C61;
}
.BgClassName
{
background-color: #5A5C61;
}
</style>
border-color css
<style>
span { border-color: #5A5C61; }
span { border-color: rgb(90,92,97); }
td.TdClassName
{
border-color: #5A5C61;
}
.TagClassName
{
border-color: #5A5C61;
}
</style>