Shades of Cello #43505C
Tints of Cello #43505C
RGB
CMYK
RGB Variations
Color information
#43505C (or 0x43505C) is known color: Cello. HEX triplet: 43, 50 and 5C. RGB value is (67,80,92). Sum of RGB (Red+Green+Blue) = 67+80+92=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #43505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43505C is #BCAFA3. Grayscale: #4D4D4D. Windows color (decimal): -12365732 or 6049859. OLE color: 6049859.
HSL color Cylindrical-coordinate representation of color #43505C: hue angle of 208.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #43505C is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 80 | 92 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.64 |
| HSL | 208.8º | 0.16% | 0.31% | - |
| HSV(B) | 208.8º | 0.27% | 0.36% | - |
| XYZ | 7.12 | 7.7 | 11.24 | - |
| YUV | 77.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 92 | 0.27 | 0.13 | 0 | 0.64 | 208.8 | 0.16 | 0.31 |
| Hex | 43 | 50 | 5C | 1B | D | 0 | 40 | D1 | 10 | 1F |
| Octal | 103 | 120 | 134 | 33 | 15 | 0 | 100 | 321 | 20 | 37 |
| Binary | 1000011 | 1010000 | 1011100 | 11011 | 1101 | 0 | 1000000 | 11010001 | 10000 | 11111 |
Color Harmonies of #43505C
Complementary color
Monochromatic Colors of #43505C
Black with #43505C
Text Example
Text Example
White with #43505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43505C; }
p { color: rgb(67,80,92); }
H1.HeaderClassName
{
color: #43505C;
}
.AnyTagClassName
{
color: #43505C;
}
</style>
background-color css
<style>
a { background-color: #43505C; }
a { background-color: rgb(67,80,92); }
div.DivClassName
{
background-color: #43505C;
}
.BgClassName
{
background-color: #43505C;
}
</style>
border-color css
<style>
span { border-color: #43505C; }
span { border-color: rgb(67,80,92); }
td.TdClassName
{
border-color: #43505C;
}
.TagClassName
{
border-color: #43505C;
}
</style>