Shades of Bright Grey #5A606E
Tints of Bright Grey #5A606E
RGB
CMYK
RGB Variations
Color information
#5A606E (or 0x5A606E) is known color: Bright Grey. HEX triplet: 5A, 60 and 6E. RGB value is (90,96,110). Sum of RGB (Red+Green+Blue) = 90+96+110=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A606E is #A59F91. Grayscale: #5F5F5F. Windows color (decimal): -10854290 or 7233626. OLE color: 7233626.
HSL color Cylindrical-coordinate representation of color #5A606E: hue angle of 222º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A606E is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 96 | 110 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.57 |
| HSL | 222º | 0.1% | 0.39% | - |
| HSV(B) | 222º | 0.18% | 0.43% | - |
| XYZ | 11.21 | 11.67 | 16.41 | - |
| YUV | 95.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 110 | 0.18 | 0.13 | 0 | 0.57 | 222 | 0.1 | 0.39 |
| Hex | 5A | 60 | 6E | 12 | D | 0 | 39 | DE | A | 27 |
| Octal | 132 | 140 | 156 | 22 | 15 | 0 | 71 | 336 | 12 | 47 |
| Binary | 1011010 | 1100000 | 1101110 | 10010 | 1101 | 0 | 111001 | 11011110 | 1010 | 100111 |
Color Harmonies of #5A606E
Complementary color
Monochromatic Colors of #5A606E
Black with #5A606E
Text Example
Text Example
White with #5A606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A606E; }
p { color: rgb(90,96,110); }
H1.HeaderClassName
{
color: #5A606E;
}
.AnyTagClassName
{
color: #5A606E;
}
</style>
background-color css
<style>
a { background-color: #5A606E; }
a { background-color: rgb(90,96,110); }
div.DivClassName
{
background-color: #5A606E;
}
.BgClassName
{
background-color: #5A606E;
}
</style>
border-color css
<style>
span { border-color: #5A606E; }
span { border-color: rgb(90,96,110); }
td.TdClassName
{
border-color: #5A606E;
}
.TagClassName
{
border-color: #5A606E;
}
</style>