Shades of Cello #445365
Tints of Cello #445365
RGB
CMYK
RGB Variations
Color information
#445365 (or 0x445365) is known color: Cello. HEX triplet: 44, 53 and 65. RGB value is (68,83,101). Sum of RGB (Red+Green+Blue) = 68+83+101=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #445365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445365 is #BBAC9A. Grayscale: #505050. Windows color (decimal): -12299419 or 6640452. OLE color: 6640452.
HSL color Cylindrical-coordinate representation of color #445365: hue angle of 212.73º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445365 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 83 | 101 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.60 |
| HSL | 212.73º | 0.2% | 0.33% | - |
| HSV(B) | 212.73º | 0.33% | 0.4% | - |
| XYZ | 7.83 | 8.36 | 13.51 | - |
| YUV | 80.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 101 | 0.33 | 0.18 | 0 | 0.60 | 212.73 | 0.2 | 0.33 |
| Hex | 44 | 53 | 65 | 21 | 12 | 0 | 3C | D5 | 14 | 21 |
| Octal | 104 | 123 | 145 | 41 | 22 | 0 | 74 | 325 | 24 | 41 |
| Binary | 1000100 | 1010011 | 1100101 | 100001 | 10010 | 0 | 111100 | 11010101 | 10100 | 100001 |
Color Harmonies of #445365
Complementary color
Monochromatic Colors of #445365
Black with #445365
Text Example
Text Example
White with #445365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445365; }
p { color: rgb(68,83,101); }
H1.HeaderClassName
{
color: #445365;
}
.AnyTagClassName
{
color: #445365;
}
</style>
background-color css
<style>
a { background-color: #445365; }
a { background-color: rgb(68,83,101); }
div.DivClassName
{
background-color: #445365;
}
.BgClassName
{
background-color: #445365;
}
</style>
border-color css
<style>
span { border-color: #445365; }
span { border-color: rgb(68,83,101); }
td.TdClassName
{
border-color: #445365;
}
.TagClassName
{
border-color: #445365;
}
</style>