Shades of Cello #33515F
Tints of Cello #33515F
RGB
CMYK
RGB Variations
Color information
#33515F (or 0x33515F) is known color: Cello. HEX triplet: 33, 51 and 5F. RGB value is (51,81,95). Sum of RGB (Red+Green+Blue) = 51+81+95=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #33515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33515F is #CCAEA0. Grayscale: #494949. Windows color (decimal): -13414049 or 6246707. OLE color: 6246707.
HSL color Cylindrical-coordinate representation of color #33515F: hue angle of 199.09º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33515F is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 81 | 95 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.63 |
| HSL | 199.09º | 0.3% | 0.29% | - |
| HSV(B) | 199.09º | 0.46% | 0.37% | - |
| XYZ | 6.37 | 7.41 | 11.92 | - |
| YUV | 73.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 95 | 0.46 | 0.15 | 0 | 0.63 | 199.09 | 0.3 | 0.29 |
| Hex | 33 | 51 | 5F | 2E | F | 0 | 3F | C7 | 1E | 1D |
| Octal | 63 | 121 | 137 | 56 | 17 | 0 | 77 | 307 | 36 | 35 |
| Binary | 110011 | 1010001 | 1011111 | 101110 | 1111 | 0 | 111111 | 11000111 | 11110 | 11101 |
Color Harmonies of #33515F
Complementary color
Monochromatic Colors of #33515F
Black with #33515F
Text Example
Text Example
White with #33515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33515F; }
p { color: rgb(51,81,95); }
H1.HeaderClassName
{
color: #33515F;
}
.AnyTagClassName
{
color: #33515F;
}
</style>
background-color css
<style>
a { background-color: #33515F; }
a { background-color: rgb(51,81,95); }
div.DivClassName
{
background-color: #33515F;
}
.BgClassName
{
background-color: #33515F;
}
</style>
border-color css
<style>
span { border-color: #33515F; }
span { border-color: rgb(51,81,95); }
td.TdClassName
{
border-color: #33515F;
}
.TagClassName
{
border-color: #33515F;
}
</style>