Shades of Cello #35515E
Tints of Cello #35515E
RGB
CMYK
RGB Variations
Color information
#35515E (or 0x35515E) is known color: Cello. HEX triplet: 35, 51 and 5E. RGB value is (53,81,94). Sum of RGB (Red+Green+Blue) = 53+81+94=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #35515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35515E is #CAAEA1. Grayscale: #4A4A4A. Windows color (decimal): -13282978 or 6181173. OLE color: 6181173.
HSL color Cylindrical-coordinate representation of color #35515E: hue angle of 199.02º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #35515E is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 81 | 94 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.63 |
| HSL | 199.02º | 0.28% | 0.29% | - |
| HSV(B) | 199.02º | 0.44% | 0.37% | - |
| XYZ | 6.43 | 7.45 | 11.69 | - |
| YUV | 74.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 94 | 0.44 | 0.14 | 0 | 0.63 | 199.02 | 0.28 | 0.29 |
| Hex | 35 | 51 | 5E | 2C | E | 0 | 3F | C7 | 1C | 1D |
| Octal | 65 | 121 | 136 | 54 | 16 | 0 | 77 | 307 | 34 | 35 |
| Binary | 110101 | 1010001 | 1011110 | 101100 | 1110 | 0 | 111111 | 11000111 | 11100 | 11101 |
Color Harmonies of #35515E
Complementary color
Monochromatic Colors of #35515E
Black with #35515E
Text Example
Text Example
White with #35515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35515E; }
p { color: rgb(53,81,94); }
H1.HeaderClassName
{
color: #35515E;
}
.AnyTagClassName
{
color: #35515E;
}
</style>
background-color css
<style>
a { background-color: #35515E; }
a { background-color: rgb(53,81,94); }
div.DivClassName
{
background-color: #35515E;
}
.BgClassName
{
background-color: #35515E;
}
</style>
border-color css
<style>
span { border-color: #35515E; }
span { border-color: rgb(53,81,94); }
td.TdClassName
{
border-color: #35515E;
}
.TagClassName
{
border-color: #35515E;
}
</style>