Shades of Casal #35535D
Tints of Casal #35535D
RGB
CMYK
RGB Variations
Color information
#35535D (or 0x35535D) is known color: Casal. HEX triplet: 35, 53 and 5D. RGB value is (53,83,93). Sum of RGB (Red+Green+Blue) = 53+83+93=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #35535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35535D is #CAACA2. Grayscale: #4B4B4B. Windows color (decimal): -13282467 or 6116149. OLE color: 6116149.
HSL color Cylindrical-coordinate representation of color #35535D: hue angle of 195º 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 #35535D is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 83 | 93 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.64 |
| HSL | 195º | 0.27% | 0.29% | - |
| HSV(B) | 195º | 0.43% | 0.36% | - |
| XYZ | 6.54 | 7.73 | 11.5 | - |
| YUV | 75.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 93 | 0.43 | 0.11 | 0 | 0.64 | 195 | 0.27 | 0.29 |
| Hex | 35 | 53 | 5D | 2B | B | 0 | 40 | C3 | 1B | 1D |
| Octal | 65 | 123 | 135 | 53 | 13 | 0 | 100 | 303 | 33 | 35 |
| Binary | 110101 | 1010011 | 1011101 | 101011 | 1011 | 0 | 1000000 | 11000011 | 11011 | 11101 |
Color Harmonies of #35535D
Complementary color
Monochromatic Colors of #35535D
Black with #35535D
Text Example
Text Example
White with #35535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35535D; }
p { color: rgb(53,83,93); }
H1.HeaderClassName
{
color: #35535D;
}
.AnyTagClassName
{
color: #35535D;
}
</style>
background-color css
<style>
a { background-color: #35535D; }
a { background-color: rgb(53,83,93); }
div.DivClassName
{
background-color: #35535D;
}
.BgClassName
{
background-color: #35535D;
}
</style>
border-color css
<style>
span { border-color: #35535D; }
span { border-color: rgb(53,83,93); }
td.TdClassName
{
border-color: #35535D;
}
.TagClassName
{
border-color: #35535D;
}
</style>