Shades of Cello #39516D
Tints of Cello #39516D
RGB
CMYK
RGB Variations
Color information
#39516D (or 0x39516D) is known color: Cello. HEX triplet: 39, 51 and 6D. RGB value is (57,81,109). Sum of RGB (Red+Green+Blue) = 57+81+109=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #39516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39516D is #C6AE92. Grayscale: #4C4C4C. Windows color (decimal): -13020819 or 7164217. OLE color: 7164217.
HSL color Cylindrical-coordinate representation of color #39516D: hue angle of 212.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #39516D is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 81 | 109 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.57 |
| HSL | 212.31º | 0.31% | 0.33% | - |
| HSV(B) | 212.31º | 0.48% | 0.43% | - |
| XYZ | 7.39 | 7.86 | 15.6 | - |
| YUV | 77.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 81 | 109 | 0.48 | 0.26 | 0 | 0.57 | 212.31 | 0.31 | 0.33 |
| Hex | 39 | 51 | 6D | 30 | 1A | 0 | 39 | D4 | 1F | 21 |
| Octal | 71 | 121 | 155 | 60 | 32 | 0 | 71 | 324 | 37 | 41 |
| Binary | 111001 | 1010001 | 1101101 | 110000 | 11010 | 0 | 111001 | 11010100 | 11111 | 100001 |
Color Harmonies of #39516D
Complementary color
Monochromatic Colors of #39516D
Black with #39516D
Text Example
Text Example
White with #39516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39516D; }
p { color: rgb(57,81,109); }
H1.HeaderClassName
{
color: #39516D;
}
.AnyTagClassName
{
color: #39516D;
}
</style>
background-color css
<style>
a { background-color: #39516D; }
a { background-color: rgb(57,81,109); }
div.DivClassName
{
background-color: #39516D;
}
.BgClassName
{
background-color: #39516D;
}
</style>
border-color css
<style>
span { border-color: #39516D; }
span { border-color: rgb(57,81,109); }
td.TdClassName
{
border-color: #39516D;
}
.TagClassName
{
border-color: #39516D;
}
</style>