Shades of Casal #42595D
Tints of Casal #42595D
RGB
CMYK
RGB Variations
Color information
#42595D (or 0x42595D) is known color: Casal. HEX triplet: 42, 59 and 5D. RGB value is (66,89,93). Sum of RGB (Red+Green+Blue) = 66+89+93=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #42595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42595D is #BDA6A2. Grayscale: #525252. Windows color (decimal): -12428963 or 6117698. OLE color: 6117698.
HSL color Cylindrical-coordinate representation of color #42595D: hue angle of 188.89º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42595D is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 89 | 93 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.64 |
| HSL | 188.89º | 0.17% | 0.31% | - |
| HSV(B) | 188.89º | 0.29% | 0.36% | - |
| XYZ | 7.79 | 9.09 | 11.7 | - |
| YUV | 82.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 93 | 0.29 | 0.04 | 0 | 0.64 | 188.89 | 0.17 | 0.31 |
| Hex | 42 | 59 | 5D | 1D | 4 | 0 | 40 | BD | 11 | 1F |
| Octal | 102 | 131 | 135 | 35 | 4 | 0 | 100 | 275 | 21 | 37 |
| Binary | 1000010 | 1011001 | 1011101 | 11101 | 100 | 0 | 1000000 | 10111101 | 10001 | 11111 |
Color Harmonies of #42595D
Complementary color
Monochromatic Colors of #42595D
Black with #42595D
Text Example
Text Example
White with #42595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42595D; }
p { color: rgb(66,89,93); }
H1.HeaderClassName
{
color: #42595D;
}
.AnyTagClassName
{
color: #42595D;
}
</style>
background-color css
<style>
a { background-color: #42595D; }
a { background-color: rgb(66,89,93); }
div.DivClassName
{
background-color: #42595D;
}
.BgClassName
{
background-color: #42595D;
}
</style>
border-color css
<style>
span { border-color: #42595D; }
span { border-color: rgb(66,89,93); }
td.TdClassName
{
border-color: #42595D;
}
.TagClassName
{
border-color: #42595D;
}
</style>