Shades of Casal #35515A
Tints of Casal #35515A
RGB
CMYK
RGB Variations
Color information
#35515A (or 0x35515A) is known color: Casal. HEX triplet: 35, 51 and 5A. RGB value is (53,81,90). Sum of RGB (Red+Green+Blue) = 53+81+90=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #35515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35515A is #CAAEA5. Grayscale: #494949. Windows color (decimal): -13282982 or 5919029. OLE color: 5919029.
HSL color Cylindrical-coordinate representation of color #35515A: hue angle of 194.59º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35515A is Cyan = 0.41, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 81 | 90 | - |
| CMYK | 0.41 | 0.1 | 0 | 0.65 |
| HSL | 194.59º | 0.26% | 0.28% | - |
| HSV(B) | 194.59º | 0.41% | 0.35% | - |
| XYZ | 6.26 | 7.38 | 10.77 | - |
| YUV | 73.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 90 | 0.41 | 0.1 | 0 | 0.65 | 194.59 | 0.26 | 0.28 |
| Hex | 35 | 51 | 5A | 29 | A | 0 | 41 | C3 | 1A | 1C |
| Octal | 65 | 121 | 132 | 51 | 12 | 0 | 101 | 303 | 32 | 34 |
| Binary | 110101 | 1010001 | 1011010 | 101001 | 1010 | 0 | 1000001 | 11000011 | 11010 | 11100 |
Color Harmonies of #35515A
Complementary color
Monochromatic Colors of #35515A
Black with #35515A
Text Example
Text Example
White with #35515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35515A; }
p { color: rgb(53,81,90); }
H1.HeaderClassName
{
color: #35515A;
}
.AnyTagClassName
{
color: #35515A;
}
</style>
background-color css
<style>
a { background-color: #35515A; }
a { background-color: rgb(53,81,90); }
div.DivClassName
{
background-color: #35515A;
}
.BgClassName
{
background-color: #35515A;
}
</style>
border-color css
<style>
span { border-color: #35515A; }
span { border-color: rgb(53,81,90); }
td.TdClassName
{
border-color: #35515A;
}
.TagClassName
{
border-color: #35515A;
}
</style>