Shades of Bright Grey #5A5C62
Tints of Bright Grey #5A5C62
RGB
CMYK
RGB Variations
Color information
#5A5C62 (or 0x5A5C62) is known color: Bright Grey. HEX triplet: 5A, 5C and 62. RGB value is (90,92,98). Sum of RGB (Red+Green+Blue) = 90+92+98=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A5C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5C62 is #A5A39D. Grayscale: #5C5C5C. Windows color (decimal): -10855326 or 6446170. OLE color: 6446170.
HSL color Cylindrical-coordinate representation of color #5A5C62: hue angle of 225º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5A5C62 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 92 | 98 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.62 |
| HSL | 225º | 0.04% | 0.37% | - |
| HSV(B) | 225º | 0.08% | 0.38% | - |
| XYZ | 10.25 | 10.71 | 13.08 | - |
| YUV | 92.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 98 | 0.08 | 0.06 | 0 | 0.62 | 225 | 0.04 | 0.37 |
| Hex | 5A | 5C | 62 | 8 | 6 | 0 | 3E | E1 | 4 | 25 |
| Octal | 132 | 134 | 142 | 10 | 6 | 0 | 76 | 341 | 4 | 45 |
| Binary | 1011010 | 1011100 | 1100010 | 1000 | 110 | 0 | 111110 | 11100001 | 100 | 100101 |
Color Harmonies of #5A5C62
Complementary color
Monochromatic Colors of #5A5C62
Black with #5A5C62
Text Example
Text Example
White with #5A5C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C62; }
p { color: rgb(90,92,98); }
H1.HeaderClassName
{
color: #5A5C62;
}
.AnyTagClassName
{
color: #5A5C62;
}
</style>
background-color css
<style>
a { background-color: #5A5C62; }
a { background-color: rgb(90,92,98); }
div.DivClassName
{
background-color: #5A5C62;
}
.BgClassName
{
background-color: #5A5C62;
}
</style>
border-color css
<style>
span { border-color: #5A5C62; }
span { border-color: rgb(90,92,98); }
td.TdClassName
{
border-color: #5A5C62;
}
.TagClassName
{
border-color: #5A5C62;
}
</style>