Shades of Cello #43515E
Tints of Cello #43515E
RGB
CMYK
RGB Variations
Color information
#43515E (or 0x43515E) is known color: Cello. HEX triplet: 43, 51 and 5E. RGB value is (67,81,94). Sum of RGB (Red+Green+Blue) = 67+81+94=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 94 - color contains mainly: blue. Hex color #43515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43515E is #BCAEA1. Grayscale: #4E4E4E. Windows color (decimal): -12365474 or 6181187. OLE color: 6181187.
HSL color Cylindrical-coordinate representation of color #43515E: hue angle of 208.89º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #43515E is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 81 | 94 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.63 |
| HSL | 208.89º | 0.17% | 0.32% | - |
| HSV(B) | 208.89º | 0.29% | 0.37% | - |
| XYZ | 7.28 | 7.89 | 11.73 | - |
| YUV | 78.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 94 | 0.29 | 0.14 | 0 | 0.63 | 208.89 | 0.17 | 0.32 |
| Hex | 43 | 51 | 5E | 1D | E | 0 | 3F | D1 | 11 | 20 |
| Octal | 103 | 121 | 136 | 35 | 16 | 0 | 77 | 321 | 21 | 40 |
| Binary | 1000011 | 1010001 | 1011110 | 11101 | 1110 | 0 | 111111 | 11010001 | 10001 | 100000 |
Color Harmonies of #43515E
Complementary color
Monochromatic Colors of #43515E
Black with #43515E
Text Example
Text Example
White with #43515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43515E; }
p { color: rgb(67,81,94); }
H1.HeaderClassName
{
color: #43515E;
}
.AnyTagClassName
{
color: #43515E;
}
</style>
background-color css
<style>
a { background-color: #43515E; }
a { background-color: rgb(67,81,94); }
div.DivClassName
{
background-color: #43515E;
}
.BgClassName
{
background-color: #43515E;
}
</style>
border-color css
<style>
span { border-color: #43515E; }
span { border-color: rgb(67,81,94); }
td.TdClassName
{
border-color: #43515E;
}
.TagClassName
{
border-color: #43515E;
}
</style>