Shades of Cello #41556A
Tints of Cello #41556A
RGB
CMYK
RGB Variations
Color information
#41556A (or 0x41556A) is known color: Cello. HEX triplet: 41, 55 and 6A. RGB value is (65,85,106). Sum of RGB (Red+Green+Blue) = 65+85+106=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #41556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41556A is #BEAA95. Grayscale: #515151. Windows color (decimal): -12495510 or 6968641. OLE color: 6968641.
HSL color Cylindrical-coordinate representation of color #41556A: hue angle of 210.73º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41556A is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 85 | 106 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.58 |
| HSL | 210.73º | 0.24% | 0.34% | - |
| HSV(B) | 210.73º | 0.39% | 0.42% | - |
| XYZ | 8.03 | 8.66 | 14.88 | - |
| YUV | 81.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 106 | 0.39 | 0.20 | 0 | 0.58 | 210.73 | 0.24 | 0.34 |
| Hex | 41 | 55 | 6A | 27 | 14 | 0 | 3A | D3 | 18 | 22 |
| Octal | 101 | 125 | 152 | 47 | 24 | 0 | 72 | 323 | 30 | 42 |
| Binary | 1000001 | 1010101 | 1101010 | 100111 | 10100 | 0 | 111010 | 11010011 | 11000 | 100010 |
Color Harmonies of #41556A
Complementary color
Monochromatic Colors of #41556A
Black with #41556A
Text Example
Text Example
White with #41556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41556A; }
p { color: rgb(65,85,106); }
H1.HeaderClassName
{
color: #41556A;
}
.AnyTagClassName
{
color: #41556A;
}
</style>
background-color css
<style>
a { background-color: #41556A; }
a { background-color: rgb(65,85,106); }
div.DivClassName
{
background-color: #41556A;
}
.BgClassName
{
background-color: #41556A;
}
</style>
border-color css
<style>
span { border-color: #41556A; }
span { border-color: rgb(65,85,106); }
td.TdClassName
{
border-color: #41556A;
}
.TagClassName
{
border-color: #41556A;
}
</style>