Shades of Cello #455365
Tints of Cello #455365
RGB
CMYK
RGB Variations
Color information
#455365 (or 0x455365) is known color: Cello. HEX triplet: 45, 53 and 65. RGB value is (69,83,101). Sum of RGB (Red+Green+Blue) = 69+83+101=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #455365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455365 is #BAAC9A. Grayscale: #505050. Windows color (decimal): -12233883 or 6640453. OLE color: 6640453.
HSL color Cylindrical-coordinate representation of color #455365: hue angle of 213.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #455365 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 83 | 101 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.60 |
| HSL | 213.75º | 0.19% | 0.33% | - |
| HSV(B) | 213.75º | 0.32% | 0.4% | - |
| XYZ | 7.9 | 8.39 | 13.52 | - |
| YUV | 80.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 101 | 0.32 | 0.18 | 0 | 0.60 | 213.75 | 0.19 | 0.33 |
| Hex | 45 | 53 | 65 | 20 | 12 | 0 | 3C | D6 | 13 | 21 |
| Octal | 105 | 123 | 145 | 40 | 22 | 0 | 74 | 326 | 23 | 41 |
| Binary | 1000101 | 1010011 | 1100101 | 100000 | 10010 | 0 | 111100 | 11010110 | 10011 | 100001 |
Color Harmonies of #455365
Complementary color
Monochromatic Colors of #455365
Black with #455365
Text Example
Text Example
White with #455365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455365; }
p { color: rgb(69,83,101); }
H1.HeaderClassName
{
color: #455365;
}
.AnyTagClassName
{
color: #455365;
}
</style>
background-color css
<style>
a { background-color: #455365; }
a { background-color: rgb(69,83,101); }
div.DivClassName
{
background-color: #455365;
}
.BgClassName
{
background-color: #455365;
}
</style>
border-color css
<style>
span { border-color: #455365; }
span { border-color: rgb(69,83,101); }
td.TdClassName
{
border-color: #455365;
}
.TagClassName
{
border-color: #455365;
}
</style>