Shades of Cello #44525F
Tints of Cello #44525F
RGB
CMYK
RGB Variations
Color information
#44525F (or 0x44525F) is known color: Cello. HEX triplet: 44, 52 and 5F. RGB value is (68,82,95). Sum of RGB (Red+Green+Blue) = 68+82+95=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #44525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44525F is #BBADA0. Grayscale: #4F4F4F. Windows color (decimal): -12299681 or 6246980. OLE color: 6246980.
HSL color Cylindrical-coordinate representation of color #44525F: hue angle of 208.89º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44525F is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 82 | 95 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.63 |
| HSL | 208.89º | 0.17% | 0.32% | - |
| HSV(B) | 208.89º | 0.28% | 0.37% | - |
| XYZ | 7.47 | 8.09 | 11.99 | - |
| YUV | 79.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 95 | 0.28 | 0.14 | 0 | 0.63 | 208.89 | 0.17 | 0.32 |
| Hex | 44 | 52 | 5F | 1C | E | 0 | 3F | D1 | 11 | 20 |
| Octal | 104 | 122 | 137 | 34 | 16 | 0 | 77 | 321 | 21 | 40 |
| Binary | 1000100 | 1010010 | 1011111 | 11100 | 1110 | 0 | 111111 | 11010001 | 10001 | 100000 |
Color Harmonies of #44525F
Complementary color
Monochromatic Colors of #44525F
Black with #44525F
Text Example
Text Example
White with #44525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44525F; }
p { color: rgb(68,82,95); }
H1.HeaderClassName
{
color: #44525F;
}
.AnyTagClassName
{
color: #44525F;
}
</style>
background-color css
<style>
a { background-color: #44525F; }
a { background-color: rgb(68,82,95); }
div.DivClassName
{
background-color: #44525F;
}
.BgClassName
{
background-color: #44525F;
}
</style>
border-color css
<style>
span { border-color: #44525F; }
span { border-color: rgb(68,82,95); }
td.TdClassName
{
border-color: #44525F;
}
.TagClassName
{
border-color: #44525F;
}
</style>