Shades of Casal #35535B
Tints of Casal #35535B
RGB
CMYK
RGB Variations
Color information
#35535B (or 0x35535B) is known color: Casal. HEX triplet: 35, 53 and 5B. RGB value is (53,83,91). Sum of RGB (Red+Green+Blue) = 53+83+91=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #35535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35535B is #CAACA4. Grayscale: #4A4A4A. Windows color (decimal): -13282469 or 5985077. OLE color: 5985077.
HSL color Cylindrical-coordinate representation of color #35535B: hue angle of 192.63º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35535B is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 83 | 91 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.64 |
| HSL | 192.63º | 0.26% | 0.28% | - |
| HSV(B) | 192.63º | 0.42% | 0.36% | - |
| XYZ | 6.45 | 7.7 | 11.04 | - |
| YUV | 74.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 91 | 0.42 | 0.09 | 0 | 0.64 | 192.63 | 0.26 | 0.28 |
| Hex | 35 | 53 | 5B | 2A | 9 | 0 | 40 | C1 | 1A | 1C |
| Octal | 65 | 123 | 133 | 52 | 11 | 0 | 100 | 301 | 32 | 34 |
| Binary | 110101 | 1010011 | 1011011 | 101010 | 1001 | 0 | 1000000 | 11000001 | 11010 | 11100 |
Color Harmonies of #35535B
Complementary color
Monochromatic Colors of #35535B
Black with #35535B
Text Example
Text Example
White with #35535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35535B; }
p { color: rgb(53,83,91); }
H1.HeaderClassName
{
color: #35535B;
}
.AnyTagClassName
{
color: #35535B;
}
</style>
background-color css
<style>
a { background-color: #35535B; }
a { background-color: rgb(53,83,91); }
div.DivClassName
{
background-color: #35535B;
}
.BgClassName
{
background-color: #35535B;
}
</style>
border-color css
<style>
span { border-color: #35535B; }
span { border-color: rgb(53,83,91); }
td.TdClassName
{
border-color: #35535B;
}
.TagClassName
{
border-color: #35535B;
}
</style>