Shades of Casal #42595E
Tints of Casal #42595E
RGB
CMYK
RGB Variations
Color information
#42595E (or 0x42595E) is known color: Casal. HEX triplet: 42, 59 and 5E. RGB value is (66,89,94). Sum of RGB (Red+Green+Blue) = 66+89+94=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #42595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42595E is #BDA6A1. Grayscale: #525252. Windows color (decimal): -12428962 or 6183234. OLE color: 6183234.
HSL color Cylindrical-coordinate representation of color #42595E: hue angle of 190.71º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42595E is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 89 | 94 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.63 |
| HSL | 190.71º | 0.18% | 0.31% | - |
| HSV(B) | 190.71º | 0.3% | 0.37% | - |
| XYZ | 7.84 | 9.11 | 11.94 | - |
| YUV | 82.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 94 | 0.30 | 0.05 | 0 | 0.63 | 190.71 | 0.18 | 0.31 |
| Hex | 42 | 59 | 5E | 1E | 5 | 0 | 3F | BF | 12 | 1F |
| Octal | 102 | 131 | 136 | 36 | 5 | 0 | 77 | 277 | 22 | 37 |
| Binary | 1000010 | 1011001 | 1011110 | 11110 | 101 | 0 | 111111 | 10111111 | 10010 | 11111 |
Color Harmonies of #42595E
Complementary color
Monochromatic Colors of #42595E
Black with #42595E
Text Example
Text Example
White with #42595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42595E; }
p { color: rgb(66,89,94); }
H1.HeaderClassName
{
color: #42595E;
}
.AnyTagClassName
{
color: #42595E;
}
</style>
background-color css
<style>
a { background-color: #42595E; }
a { background-color: rgb(66,89,94); }
div.DivClassName
{
background-color: #42595E;
}
.BgClassName
{
background-color: #42595E;
}
</style>
border-color css
<style>
span { border-color: #42595E; }
span { border-color: rgb(66,89,94); }
td.TdClassName
{
border-color: #42595E;
}
.TagClassName
{
border-color: #42595E;
}
</style>