Shades of Casal #41595E
Tints of Casal #41595E
RGB
CMYK
RGB Variations
Color information
#41595E (or 0x41595E) is known color: Casal. HEX triplet: 41, 59 and 5E. RGB value is (65,89,94). Sum of RGB (Red+Green+Blue) = 65+89+94=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #41595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41595E is #BEA6A1. Grayscale: #525252. Windows color (decimal): -12494498 or 6183233. OLE color: 6183233.
HSL color Cylindrical-coordinate representation of color #41595E: hue angle of 190.34º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41595E is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 89 | 94 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.63 |
| HSL | 190.34º | 0.18% | 0.31% | - |
| HSV(B) | 190.34º | 0.31% | 0.37% | - |
| XYZ | 7.77 | 9.08 | 11.93 | - |
| YUV | 82.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 94 | 0.31 | 0.05 | 0 | 0.63 | 190.34 | 0.18 | 0.31 |
| Hex | 41 | 59 | 5E | 1F | 5 | 0 | 3F | BE | 12 | 1F |
| Octal | 101 | 131 | 136 | 37 | 5 | 0 | 77 | 276 | 22 | 37 |
| Binary | 1000001 | 1011001 | 1011110 | 11111 | 101 | 0 | 111111 | 10111110 | 10010 | 11111 |
Color Harmonies of #41595E
Complementary color
Monochromatic Colors of #41595E
Black with #41595E
Text Example
Text Example
White with #41595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41595E; }
p { color: rgb(65,89,94); }
H1.HeaderClassName
{
color: #41595E;
}
.AnyTagClassName
{
color: #41595E;
}
</style>
background-color css
<style>
a { background-color: #41595E; }
a { background-color: rgb(65,89,94); }
div.DivClassName
{
background-color: #41595E;
}
.BgClassName
{
background-color: #41595E;
}
</style>
border-color css
<style>
span { border-color: #41595E; }
span { border-color: rgb(65,89,94); }
td.TdClassName
{
border-color: #41595E;
}
.TagClassName
{
border-color: #41595E;
}
</style>