Shades of Casal #35595E
Tints of Casal #35595E
RGB
CMYK
RGB Variations
Color information
#35595E (or 0x35595E) is known color: Casal. HEX triplet: 35, 59 and 5E. RGB value is (53,89,94). Sum of RGB (Red+Green+Blue) = 53+89+94=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #35595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35595E is #CAA6A1. Grayscale: #4E4E4E. Windows color (decimal): -13280930 or 6183221. OLE color: 6183221.
HSL color Cylindrical-coordinate representation of color #35595E: hue angle of 187.32º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #35595E is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 89 | 94 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.63 |
| HSL | 187.32º | 0.28% | 0.29% | - |
| HSV(B) | 187.32º | 0.44% | 0.37% | - |
| XYZ | 7.06 | 8.71 | 11.9 | - |
| YUV | 78.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 94 | 0.44 | 0.05 | 0 | 0.63 | 187.32 | 0.28 | 0.29 |
| Hex | 35 | 59 | 5E | 2C | 5 | 0 | 3F | BB | 1C | 1D |
| Octal | 65 | 131 | 136 | 54 | 5 | 0 | 77 | 273 | 34 | 35 |
| Binary | 110101 | 1011001 | 1011110 | 101100 | 101 | 0 | 111111 | 10111011 | 11100 | 11101 |
Color Harmonies of #35595E
Complementary color
Monochromatic Colors of #35595E
Black with #35595E
Text Example
Text Example
White with #35595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35595E; }
p { color: rgb(53,89,94); }
H1.HeaderClassName
{
color: #35595E;
}
.AnyTagClassName
{
color: #35595E;
}
</style>
background-color css
<style>
a { background-color: #35595E; }
a { background-color: rgb(53,89,94); }
div.DivClassName
{
background-color: #35595E;
}
.BgClassName
{
background-color: #35595E;
}
</style>
border-color css
<style>
span { border-color: #35595E; }
span { border-color: rgb(53,89,94); }
td.TdClassName
{
border-color: #35595E;
}
.TagClassName
{
border-color: #35595E;
}
</style>