Shades of Spectra #405852
Tints of Spectra #405852
RGB
CMYK
RGB Variations
Color information
#405852 (or 0x405852) is known color: Spectra. HEX triplet: 40, 58 and 52. RGB value is (64,88,82). Sum of RGB (Red+Green+Blue) = 64+88+82=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 88 - color contains mainly: green. Hex color #405852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405852 is #BFA7AD. Grayscale: #505050. Windows color (decimal): -12560302 or 5396544. OLE color: 5396544.
HSL color Cylindrical-coordinate representation of color #405852: hue angle of 165º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #405852 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 88 | 82 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.65 |
| HSL | 165º | 0.16% | 0.3% | - |
| HSV(B) | 165º | 0.27% | 0.35% | - |
| XYZ | 7.13 | 8.68 | 9.28 | - |
| YUV | 80.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 82 | 0.27 | 0 | 0.07 | 0.65 | 165 | 0.16 | 0.3 |
| Hex | 40 | 58 | 52 | 1B | 0 | 7 | 41 | A5 | 10 | 1E |
| Octal | 100 | 130 | 122 | 33 | 0 | 7 | 101 | 245 | 20 | 36 |
| Binary | 1000000 | 1011000 | 1010010 | 11011 | 0 | 111 | 1000001 | 10100101 | 10000 | 11110 |
Color Harmonies of #405852
Complementary color
Monochromatic Colors of #405852
Black with #405852
Text Example
Text Example
White with #405852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405852; }
p { color: rgb(64,88,82); }
H1.HeaderClassName
{
color: #405852;
}
.AnyTagClassName
{
color: #405852;
}
</style>
background-color css
<style>
a { background-color: #405852; }
a { background-color: rgb(64,88,82); }
div.DivClassName
{
background-color: #405852;
}
.BgClassName
{
background-color: #405852;
}
</style>
border-color css
<style>
span { border-color: #405852; }
span { border-color: rgb(64,88,82); }
td.TdClassName
{
border-color: #405852;
}
.TagClassName
{
border-color: #405852;
}
</style>