Shades of Bright Grey #5A5E6A
Tints of Bright Grey #5A5E6A
RGB
CMYK
RGB Variations
Color information
#5A5E6A (or 0x5A5E6A) is known color: Bright Grey. HEX triplet: 5A, 5E and 6A. RGB value is (90,94,106). Sum of RGB (Red+Green+Blue) = 90+94+106=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A5E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5E6A is #A5A195. Grayscale: #5E5E5E. Windows color (decimal): -10854806 or 6970970. OLE color: 6970970.
HSL color Cylindrical-coordinate representation of color #5A5E6A: hue angle of 225º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A5E6A is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 94 | 106 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.58 |
| HSL | 225º | 0.08% | 0.38% | - |
| HSV(B) | 225º | 0.15% | 0.42% | - |
| XYZ | 10.82 | 11.22 | 15.23 | - |
| YUV | 94.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 94 | 106 | 0.15 | 0.11 | 0 | 0.58 | 225 | 0.08 | 0.38 |
| Hex | 5A | 5E | 6A | F | B | 0 | 3A | E1 | 8 | 26 |
| Octal | 132 | 136 | 152 | 17 | 13 | 0 | 72 | 341 | 10 | 46 |
| Binary | 1011010 | 1011110 | 1101010 | 1111 | 1011 | 0 | 111010 | 11100001 | 1000 | 100110 |
Color Harmonies of #5A5E6A
Complementary color
Monochromatic Colors of #5A5E6A
Black with #5A5E6A
Text Example
Text Example
White with #5A5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5E6A; }
p { color: rgb(90,94,106); }
H1.HeaderClassName
{
color: #5A5E6A;
}
.AnyTagClassName
{
color: #5A5E6A;
}
</style>
background-color css
<style>
a { background-color: #5A5E6A; }
a { background-color: rgb(90,94,106); }
div.DivClassName
{
background-color: #5A5E6A;
}
.BgClassName
{
background-color: #5A5E6A;
}
</style>
border-color css
<style>
span { border-color: #5A5E6A; }
span { border-color: rgb(90,94,106); }
td.TdClassName
{
border-color: #5A5E6A;
}
.TagClassName
{
border-color: #5A5E6A;
}
</style>