Shades of Cello #45515B
Tints of Cello #45515B
RGB
CMYK
RGB Variations
Color information
#45515B (or 0x45515B) is known color: Cello. HEX triplet: 45, 51 and 5B. RGB value is (69,81,91). Sum of RGB (Red+Green+Blue) = 69+81+91=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #45515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45515B is #BAAEA4. Grayscale: #4E4E4E. Windows color (decimal): -12234405 or 5984581. OLE color: 5984581.
HSL color Cylindrical-coordinate representation of color #45515B: hue angle of 207.27º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #45515B is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 81 | 91 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.64 |
| HSL | 207.27º | 0.14% | 0.31% | - |
| HSV(B) | 207.27º | 0.24% | 0.36% | - |
| XYZ | 7.29 | 7.91 | 11.04 | - |
| YUV | 78.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 91 | 0.24 | 0.11 | 0 | 0.64 | 207.27 | 0.14 | 0.31 |
| Hex | 45 | 51 | 5B | 18 | B | 0 | 40 | CF | E | 1F |
| Octal | 105 | 121 | 133 | 30 | 13 | 0 | 100 | 317 | 16 | 37 |
| Binary | 1000101 | 1010001 | 1011011 | 11000 | 1011 | 0 | 1000000 | 11001111 | 1110 | 11111 |
Color Harmonies of #45515B
Complementary color
Monochromatic Colors of #45515B
Black with #45515B
Text Example
Text Example
White with #45515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45515B; }
p { color: rgb(69,81,91); }
H1.HeaderClassName
{
color: #45515B;
}
.AnyTagClassName
{
color: #45515B;
}
</style>
background-color css
<style>
a { background-color: #45515B; }
a { background-color: rgb(69,81,91); }
div.DivClassName
{
background-color: #45515B;
}
.BgClassName
{
background-color: #45515B;
}
</style>
border-color css
<style>
span { border-color: #45515B; }
span { border-color: rgb(69,81,91); }
td.TdClassName
{
border-color: #45515B;
}
.TagClassName
{
border-color: #45515B;
}
</style>