Shades of Cello #45505A
Tints of Cello #45505A
RGB
CMYK
RGB Variations
Color information
#45505A (or 0x45505A) is known color: Cello. HEX triplet: 45, 50 and 5A. RGB value is (69,80,90). Sum of RGB (Red+Green+Blue) = 69+80+90=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #45505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45505A is #BAAFA5. Grayscale: #4D4D4D. Windows color (decimal): -12234662 or 5918789. OLE color: 5918789.
HSL color Cylindrical-coordinate representation of color #45505A: hue angle of 208.57º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #45505A is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 80 | 90 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.65 |
| HSL | 208.57º | 0.13% | 0.31% | - |
| HSV(B) | 208.57º | 0.23% | 0.35% | - |
| XYZ | 7.17 | 7.74 | 10.79 | - |
| YUV | 77.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 90 | 0.23 | 0.11 | 0 | 0.65 | 208.57 | 0.13 | 0.31 |
| Hex | 45 | 50 | 5A | 17 | B | 0 | 41 | D1 | D | 1F |
| Octal | 105 | 120 | 132 | 27 | 13 | 0 | 101 | 321 | 15 | 37 |
| Binary | 1000101 | 1010000 | 1011010 | 10111 | 1011 | 0 | 1000001 | 11010001 | 1101 | 11111 |
Color Harmonies of #45505A
Complementary color
Monochromatic Colors of #45505A
Black with #45505A
Text Example
Text Example
White with #45505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45505A; }
p { color: rgb(69,80,90); }
H1.HeaderClassName
{
color: #45505A;
}
.AnyTagClassName
{
color: #45505A;
}
</style>
background-color css
<style>
a { background-color: #45505A; }
a { background-color: rgb(69,80,90); }
div.DivClassName
{
background-color: #45505A;
}
.BgClassName
{
background-color: #45505A;
}
</style>
border-color css
<style>
span { border-color: #45505A; }
span { border-color: rgb(69,80,90); }
td.TdClassName
{
border-color: #45505A;
}
.TagClassName
{
border-color: #45505A;
}
</style>