Shades of Cello #455160
Tints of Cello #455160
RGB
CMYK
RGB Variations
Color information
#455160 (or 0x455160) is known color: Cello. HEX triplet: 45, 51 and 60. RGB value is (69,81,96). Sum of RGB (Red+Green+Blue) = 69+81+96=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #455160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455160 is #BAAE9F. Grayscale: #4F4F4F. Windows color (decimal): -12234400 or 6312261. OLE color: 6312261.
HSL color Cylindrical-coordinate representation of color #455160: hue angle of 213.33º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #455160 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 81 | 96 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.62 |
| HSL | 213.33º | 0.16% | 0.32% | - |
| HSV(B) | 213.33º | 0.28% | 0.38% | - |
| XYZ | 7.51 | 7.99 | 12.21 | - |
| YUV | 79.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 96 | 0.28 | 0.16 | 0 | 0.62 | 213.33 | 0.16 | 0.32 |
| Hex | 45 | 51 | 60 | 1C | 10 | 0 | 3E | D5 | 10 | 20 |
| Octal | 105 | 121 | 140 | 34 | 20 | 0 | 76 | 325 | 20 | 40 |
| Binary | 1000101 | 1010001 | 1100000 | 11100 | 10000 | 0 | 111110 | 11010101 | 10000 | 100000 |
Color Harmonies of #455160
Complementary color
Monochromatic Colors of #455160
Black with #455160
Text Example
Text Example
White with #455160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455160; }
p { color: rgb(69,81,96); }
H1.HeaderClassName
{
color: #455160;
}
.AnyTagClassName
{
color: #455160;
}
</style>
background-color css
<style>
a { background-color: #455160; }
a { background-color: rgb(69,81,96); }
div.DivClassName
{
background-color: #455160;
}
.BgClassName
{
background-color: #455160;
}
</style>
border-color css
<style>
span { border-color: #455160; }
span { border-color: rgb(69,81,96); }
td.TdClassName
{
border-color: #455160;
}
.TagClassName
{
border-color: #455160;
}
</style>