Shades of Bright Grey #5A5D60
Tints of Bright Grey #5A5D60
RGB
CMYK
RGB Variations
Color information
#5A5D60 (or 0x5A5D60) is known color: Bright Grey. HEX triplet: 5A, 5D and 60. RGB value is (90,93,96). Sum of RGB (Red+Green+Blue) = 90+93+96=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A5D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5D60 is #A5A29F. Grayscale: #5C5C5C. Windows color (decimal): -10855072 or 6315354. OLE color: 6315354.
HSL color Cylindrical-coordinate representation of color #5A5D60: hue angle of 210º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5A5D60 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 93 | 96 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.62 |
| HSL | 210º | 0.03% | 0.36% | - |
| HSV(B) | 210º | 0.06% | 0.38% | - |
| XYZ | 10.24 | 10.85 | 12.62 | - |
| YUV | 92.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 93 | 96 | 0.06 | 0.03 | 0 | 0.62 | 210 | 0.03 | 0.36 |
| Hex | 5A | 5D | 60 | 6 | 3 | 0 | 3E | D2 | 3 | 24 |
| Octal | 132 | 135 | 140 | 6 | 3 | 0 | 76 | 322 | 3 | 44 |
| Binary | 1011010 | 1011101 | 1100000 | 110 | 11 | 0 | 111110 | 11010010 | 11 | 100100 |
Color Harmonies of #5A5D60
Complementary color
Monochromatic Colors of #5A5D60
Black with #5A5D60
Text Example
Text Example
White with #5A5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5D60; }
p { color: rgb(90,93,96); }
H1.HeaderClassName
{
color: #5A5D60;
}
.AnyTagClassName
{
color: #5A5D60;
}
</style>
background-color css
<style>
a { background-color: #5A5D60; }
a { background-color: rgb(90,93,96); }
div.DivClassName
{
background-color: #5A5D60;
}
.BgClassName
{
background-color: #5A5D60;
}
</style>
border-color css
<style>
span { border-color: #5A5D60; }
span { border-color: rgb(90,93,96); }
td.TdClassName
{
border-color: #5A5D60;
}
.TagClassName
{
border-color: #5A5D60;
}
</style>