Shades of Cello #41566B
Tints of Cello #41566B
RGB
CMYK
RGB Variations
Color information
#41566B (or 0x41566B) is known color: Cello. HEX triplet: 41, 56 and 6B. RGB value is (65,86,107). Sum of RGB (Red+Green+Blue) = 65+86+107=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #41566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41566B is #BEA994. Grayscale: #525252. Windows color (decimal): -12495253 or 7034433. OLE color: 7034433.
HSL color Cylindrical-coordinate representation of color #41566B: hue angle of 210º 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 #41566B is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 86 | 107 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.58 |
| HSL | 210º | 0.24% | 0.34% | - |
| HSV(B) | 210º | 0.39% | 0.42% | - |
| XYZ | 8.16 | 8.84 | 15.19 | - |
| YUV | 82.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 107 | 0.39 | 0.20 | 0 | 0.58 | 210 | 0.24 | 0.34 |
| Hex | 41 | 56 | 6B | 27 | 14 | 0 | 3A | D2 | 18 | 22 |
| Octal | 101 | 126 | 153 | 47 | 24 | 0 | 72 | 322 | 30 | 42 |
| Binary | 1000001 | 1010110 | 1101011 | 100111 | 10100 | 0 | 111010 | 11010010 | 11000 | 100010 |
Color Harmonies of #41566B
Complementary color
Monochromatic Colors of #41566B
Black with #41566B
Text Example
Text Example
White with #41566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41566B; }
p { color: rgb(65,86,107); }
H1.HeaderClassName
{
color: #41566B;
}
.AnyTagClassName
{
color: #41566B;
}
</style>
background-color css
<style>
a { background-color: #41566B; }
a { background-color: rgb(65,86,107); }
div.DivClassName
{
background-color: #41566B;
}
.BgClassName
{
background-color: #41566B;
}
</style>
border-color css
<style>
span { border-color: #41566B; }
span { border-color: rgb(65,86,107); }
td.TdClassName
{
border-color: #41566B;
}
.TagClassName
{
border-color: #41566B;
}
</style>