Shades of Cello #405163
Tints of Cello #405163
RGB
CMYK
RGB Variations
Color information
#405163 (or 0x405163) is known color: Cello. HEX triplet: 40, 51 and 63. RGB value is (64,81,99). Sum of RGB (Red+Green+Blue) = 64+81+99=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #405163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405163 is #BFAE9C. Grayscale: #4D4D4D. Windows color (decimal): -12562077 or 6508864. OLE color: 6508864.
HSL color Cylindrical-coordinate representation of color #405163: hue angle of 210.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405163 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 81 | 99 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.61 |
| HSL | 210.86º | 0.21% | 0.32% | - |
| HSV(B) | 210.86º | 0.35% | 0.39% | - |
| XYZ | 7.31 | 7.88 | 12.94 | - |
| YUV | 77.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 99 | 0.35 | 0.18 | 0 | 0.61 | 210.86 | 0.21 | 0.32 |
| Hex | 40 | 51 | 63 | 23 | 12 | 0 | 3D | D3 | 15 | 20 |
| Octal | 100 | 121 | 143 | 43 | 22 | 0 | 75 | 323 | 25 | 40 |
| Binary | 1000000 | 1010001 | 1100011 | 100011 | 10010 | 0 | 111101 | 11010011 | 10101 | 100000 |
Color Harmonies of #405163
Complementary color
Monochromatic Colors of #405163
Black with #405163
Text Example
Text Example
White with #405163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405163; }
p { color: rgb(64,81,99); }
H1.HeaderClassName
{
color: #405163;
}
.AnyTagClassName
{
color: #405163;
}
</style>
background-color css
<style>
a { background-color: #405163; }
a { background-color: rgb(64,81,99); }
div.DivClassName
{
background-color: #405163;
}
.BgClassName
{
background-color: #405163;
}
</style>
border-color css
<style>
span { border-color: #405163; }
span { border-color: rgb(64,81,99); }
td.TdClassName
{
border-color: #405163;
}
.TagClassName
{
border-color: #405163;
}
</style>