Shades of Casal #35575D
Tints of Casal #35575D
RGB
CMYK
RGB Variations
Color information
#35575D (or 0x35575D) is known color: Casal. HEX triplet: 35, 57 and 5D. RGB value is (53,87,93). Sum of RGB (Red+Green+Blue) = 53+87+93=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #35575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35575D is #CAA8A2. Grayscale: #4D4D4D. Windows color (decimal): -13281443 or 6117173. OLE color: 6117173.
HSL color Cylindrical-coordinate representation of color #35575D: hue angle of 189º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35575D is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 87 | 93 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.64 |
| HSL | 189º | 0.27% | 0.29% | - |
| HSV(B) | 189º | 0.43% | 0.36% | - |
| XYZ | 6.85 | 8.36 | 11.61 | - |
| YUV | 77.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 87 | 93 | 0.43 | 0.06 | 0 | 0.64 | 189 | 0.27 | 0.29 |
| Hex | 35 | 57 | 5D | 2B | 6 | 0 | 40 | BD | 1B | 1D |
| Octal | 65 | 127 | 135 | 53 | 6 | 0 | 100 | 275 | 33 | 35 |
| Binary | 110101 | 1010111 | 1011101 | 101011 | 110 | 0 | 1000000 | 10111101 | 11011 | 11101 |
Color Harmonies of #35575D
Complementary color
Monochromatic Colors of #35575D
Black with #35575D
Text Example
Text Example
White with #35575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35575D; }
p { color: rgb(53,87,93); }
H1.HeaderClassName
{
color: #35575D;
}
.AnyTagClassName
{
color: #35575D;
}
</style>
background-color css
<style>
a { background-color: #35575D; }
a { background-color: rgb(53,87,93); }
div.DivClassName
{
background-color: #35575D;
}
.BgClassName
{
background-color: #35575D;
}
</style>
border-color css
<style>
span { border-color: #35575D; }
span { border-color: rgb(53,87,93); }
td.TdClassName
{
border-color: #35575D;
}
.TagClassName
{
border-color: #35575D;
}
</style>