Shades of Bright Grey #5A5F6E
Tints of Bright Grey #5A5F6E
RGB
CMYK
RGB Variations
Color information
#5A5F6E (or 0x5A5F6E) is known color: Bright Grey. HEX triplet: 5A, 5F and 6E. RGB value is (90,95,110). Sum of RGB (Red+Green+Blue) = 90+95+110=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A5F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5F6E is #A5A091. Grayscale: #5F5F5F. Windows color (decimal): -10854546 or 7233370. OLE color: 7233370.
HSL color Cylindrical-coordinate representation of color #5A5F6E: hue angle of 225º 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 #5A5F6E is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 95 | 110 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.57 |
| HSL | 225º | 0.1% | 0.39% | - |
| HSV(B) | 225º | 0.18% | 0.43% | - |
| XYZ | 11.12 | 11.48 | 16.38 | - |
| YUV | 95.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 110 | 0.18 | 0.14 | 0 | 0.57 | 225 | 0.1 | 0.39 |
| Hex | 5A | 5F | 6E | 12 | E | 0 | 39 | E1 | A | 27 |
| Octal | 132 | 137 | 156 | 22 | 16 | 0 | 71 | 341 | 12 | 47 |
| Binary | 1011010 | 1011111 | 1101110 | 10010 | 1110 | 0 | 111001 | 11100001 | 1010 | 100111 |
Color Harmonies of #5A5F6E
Complementary color
Monochromatic Colors of #5A5F6E
Black with #5A5F6E
Text Example
Text Example
White with #5A5F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5F6E; }
p { color: rgb(90,95,110); }
H1.HeaderClassName
{
color: #5A5F6E;
}
.AnyTagClassName
{
color: #5A5F6E;
}
</style>
background-color css
<style>
a { background-color: #5A5F6E; }
a { background-color: rgb(90,95,110); }
div.DivClassName
{
background-color: #5A5F6E;
}
.BgClassName
{
background-color: #5A5F6E;
}
</style>
border-color css
<style>
span { border-color: #5A5F6E; }
span { border-color: rgb(90,95,110); }
td.TdClassName
{
border-color: #5A5F6E;
}
.TagClassName
{
border-color: #5A5F6E;
}
</style>