Shades of Spectra #405A51
Tints of Spectra #405A51
RGB
CMYK
RGB Variations
Color information
#405A51 (or 0x405A51) is known color: Spectra. HEX triplet: 40, 5A and 51. RGB value is (64,90,81). Sum of RGB (Red+Green+Blue) = 64+90+81=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #405A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A51 is #BFA5AE. Grayscale: #515151. Windows color (decimal): -12559791 or 5331520. OLE color: 5331520.
HSL color Cylindrical-coordinate representation of color #405A51: hue angle of 159.23º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #405A51 is Cyan = 0.29, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 90 | 81 | - |
| CMYK | 0.29 | 0 | 0.1 | 0.65 |
| HSL | 159.23º | 0.17% | 0.3% | - |
| HSV(B) | 159.23º | 0.29% | 0.35% | - |
| XYZ | 7.26 | 9 | 9.14 | - |
| YUV | 81.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 81 | 0.29 | 0 | 0.1 | 0.65 | 159.23 | 0.17 | 0.3 |
| Hex | 40 | 5A | 51 | 1D | 0 | A | 41 | 9F | 11 | 1E |
| Octal | 100 | 132 | 121 | 35 | 0 | 12 | 101 | 237 | 21 | 36 |
| Binary | 1000000 | 1011010 | 1010001 | 11101 | 0 | 1010 | 1000001 | 10011111 | 10001 | 11110 |
Color Harmonies of #405A51
Complementary color
Monochromatic Colors of #405A51
Black with #405A51
Text Example
Text Example
White with #405A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A51; }
p { color: rgb(64,90,81); }
H1.HeaderClassName
{
color: #405A51;
}
.AnyTagClassName
{
color: #405A51;
}
</style>
background-color css
<style>
a { background-color: #405A51; }
a { background-color: rgb(64,90,81); }
div.DivClassName
{
background-color: #405A51;
}
.BgClassName
{
background-color: #405A51;
}
</style>
border-color css
<style>
span { border-color: #405A51; }
span { border-color: rgb(64,90,81); }
td.TdClassName
{
border-color: #405A51;
}
.TagClassName
{
border-color: #405A51;
}
</style>