Shades of Cello #45505D
Tints of Cello #45505D
RGB
CMYK
RGB Variations
Color information
#45505D (or 0x45505D) is known color: Cello. HEX triplet: 45, 50 and 5D. RGB value is (69,80,93). Sum of RGB (Red+Green+Blue) = 69+80+93=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #45505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45505D is #BAAFA2. Grayscale: #4E4E4E. Windows color (decimal): -12234659 or 6115397. OLE color: 6115397.
HSL color Cylindrical-coordinate representation of color #45505D: hue angle of 212.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #45505D is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 80 | 93 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.64 |
| HSL | 212.5º | 0.15% | 0.32% | - |
| HSV(B) | 212.5º | 0.26% | 0.36% | - |
| XYZ | 7.3 | 7.79 | 11.48 | - |
| YUV | 78.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 93 | 0.26 | 0.14 | 0 | 0.64 | 212.5 | 0.15 | 0.32 |
| Hex | 45 | 50 | 5D | 1A | E | 0 | 40 | D4 | F | 20 |
| Octal | 105 | 120 | 135 | 32 | 16 | 0 | 100 | 324 | 17 | 40 |
| Binary | 1000101 | 1010000 | 1011101 | 11010 | 1110 | 0 | 1000000 | 11010100 | 1111 | 100000 |
Color Harmonies of #45505D
Complementary color
Monochromatic Colors of #45505D
Black with #45505D
Text Example
Text Example
White with #45505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45505D; }
p { color: rgb(69,80,93); }
H1.HeaderClassName
{
color: #45505D;
}
.AnyTagClassName
{
color: #45505D;
}
</style>
background-color css
<style>
a { background-color: #45505D; }
a { background-color: rgb(69,80,93); }
div.DivClassName
{
background-color: #45505D;
}
.BgClassName
{
background-color: #45505D;
}
</style>
border-color css
<style>
span { border-color: #45505D; }
span { border-color: rgb(69,80,93); }
td.TdClassName
{
border-color: #45505D;
}
.TagClassName
{
border-color: #45505D;
}
</style>