Shades of Casal #35515B
Tints of Casal #35515B
RGB
CMYK
RGB Variations
Color information
#35515B (or 0x35515B) is known color: Casal. HEX triplet: 35, 51 and 5B. RGB value is (53,81,91). Sum of RGB (Red+Green+Blue) = 53+81+91=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #35515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35515B is #CAAEA4. Grayscale: #494949. Windows color (decimal): -13282981 or 5984565. OLE color: 5984565.
HSL color Cylindrical-coordinate representation of color #35515B: hue angle of 195.79º 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 #35515B is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 81 | 91 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.64 |
| HSL | 195.79º | 0.26% | 0.28% | - |
| HSV(B) | 195.79º | 0.42% | 0.36% | - |
| XYZ | 6.3 | 7.4 | 10.99 | - |
| YUV | 73.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 91 | 0.42 | 0.11 | 0 | 0.64 | 195.79 | 0.26 | 0.28 |
| Hex | 35 | 51 | 5B | 2A | B | 0 | 40 | C4 | 1A | 1C |
| Octal | 65 | 121 | 133 | 52 | 13 | 0 | 100 | 304 | 32 | 34 |
| Binary | 110101 | 1010001 | 1011011 | 101010 | 1011 | 0 | 1000000 | 11000100 | 11010 | 11100 |
Color Harmonies of #35515B
Complementary color
Monochromatic Colors of #35515B
Black with #35515B
Text Example
Text Example
White with #35515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35515B; }
p { color: rgb(53,81,91); }
H1.HeaderClassName
{
color: #35515B;
}
.AnyTagClassName
{
color: #35515B;
}
</style>
background-color css
<style>
a { background-color: #35515B; }
a { background-color: rgb(53,81,91); }
div.DivClassName
{
background-color: #35515B;
}
.BgClassName
{
background-color: #35515B;
}
</style>
border-color css
<style>
span { border-color: #35515B; }
span { border-color: rgb(53,81,91); }
td.TdClassName
{
border-color: #35515B;
}
.TagClassName
{
border-color: #35515B;
}
</style>