Shades of Cello #41525F
Tints of Cello #41525F
RGB
CMYK
RGB Variations
Color information
#41525F (or 0x41525F) is known color: Cello. HEX triplet: 41, 52 and 5F. RGB value is (65,82,95). Sum of RGB (Red+Green+Blue) = 65+82+95=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #41525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41525F is #BEADA0. Grayscale: #4E4E4E. Windows color (decimal): -12496289 or 6246977. OLE color: 6246977.
HSL color Cylindrical-coordinate representation of color #41525F: hue angle of 206º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41525F is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 82 | 95 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.63 |
| HSL | 206º | 0.19% | 0.31% | - |
| HSV(B) | 206º | 0.32% | 0.37% | - |
| XYZ | 7.26 | 7.98 | 11.98 | - |
| YUV | 78.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 95 | 0.32 | 0.14 | 0 | 0.63 | 206 | 0.19 | 0.31 |
| Hex | 41 | 52 | 5F | 20 | E | 0 | 3F | CE | 13 | 1F |
| Octal | 101 | 122 | 137 | 40 | 16 | 0 | 77 | 316 | 23 | 37 |
| Binary | 1000001 | 1010010 | 1011111 | 100000 | 1110 | 0 | 111111 | 11001110 | 10011 | 11111 |
Color Harmonies of #41525F
Complementary color
Monochromatic Colors of #41525F
Black with #41525F
Text Example
Text Example
White with #41525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41525F; }
p { color: rgb(65,82,95); }
H1.HeaderClassName
{
color: #41525F;
}
.AnyTagClassName
{
color: #41525F;
}
</style>
background-color css
<style>
a { background-color: #41525F; }
a { background-color: rgb(65,82,95); }
div.DivClassName
{
background-color: #41525F;
}
.BgClassName
{
background-color: #41525F;
}
</style>
border-color css
<style>
span { border-color: #41525F; }
span { border-color: rgb(65,82,95); }
td.TdClassName
{
border-color: #41525F;
}
.TagClassName
{
border-color: #41525F;
}
</style>