Shades of Cello #33516C
Tints of Cello #33516C
RGB
CMYK
RGB Variations
Color information
#33516C (or 0x33516C) is known color: Cello. HEX triplet: 33, 51 and 6C. RGB value is (51,81,108). Sum of RGB (Red+Green+Blue) = 51+81+108=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #33516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33516C is #CCAE93. Grayscale: #4A4A4A. Windows color (decimal): -13414036 or 7098675. OLE color: 7098675.
HSL color Cylindrical-coordinate representation of color #33516C: hue angle of 208.42º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33516C is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 81 | 108 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.58 |
| HSL | 208.42º | 0.36% | 0.31% | - |
| HSV(B) | 208.42º | 0.53% | 0.42% | - |
| XYZ | 7.01 | 7.67 | 15.3 | - |
| YUV | 75.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 108 | 0.53 | 0.25 | 0 | 0.58 | 208.42 | 0.36 | 0.31 |
| Hex | 33 | 51 | 6C | 35 | 19 | 0 | 3A | D0 | 24 | 1F |
| Octal | 63 | 121 | 154 | 65 | 31 | 0 | 72 | 320 | 44 | 37 |
| Binary | 110011 | 1010001 | 1101100 | 110101 | 11001 | 0 | 111010 | 11010000 | 100100 | 11111 |
Color Harmonies of #33516C
Complementary color
Monochromatic Colors of #33516C
Black with #33516C
Text Example
Text Example
White with #33516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33516C; }
p { color: rgb(51,81,108); }
H1.HeaderClassName
{
color: #33516C;
}
.AnyTagClassName
{
color: #33516C;
}
</style>
background-color css
<style>
a { background-color: #33516C; }
a { background-color: rgb(51,81,108); }
div.DivClassName
{
background-color: #33516C;
}
.BgClassName
{
background-color: #33516C;
}
</style>
border-color css
<style>
span { border-color: #33516C; }
span { border-color: rgb(51,81,108); }
td.TdClassName
{
border-color: #33516C;
}
.TagClassName
{
border-color: #33516C;
}
</style>