Shades of Casal #35525A
Tints of Casal #35525A
RGB
CMYK
RGB Variations
Color information
#35525A (or 0x35525A) is known color: Casal. HEX triplet: 35, 52 and 5A. RGB value is (53,82,90). Sum of RGB (Red+Green+Blue) = 53+82+90=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #35525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35525A is #CAADA5. Grayscale: #4A4A4A. Windows color (decimal): -13282726 or 5919285. OLE color: 5919285.
HSL color Cylindrical-coordinate representation of color #35525A: hue angle of 192.97º 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 #35525A is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 82 | 90 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.65 |
| HSL | 192.97º | 0.26% | 0.28% | - |
| HSV(B) | 192.97º | 0.41% | 0.35% | - |
| XYZ | 6.33 | 7.53 | 10.79 | - |
| YUV | 74.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 90 | 0.41 | 0.09 | 0 | 0.65 | 192.97 | 0.26 | 0.28 |
| Hex | 35 | 52 | 5A | 29 | 9 | 0 | 41 | C1 | 1A | 1C |
| Octal | 65 | 122 | 132 | 51 | 11 | 0 | 101 | 301 | 32 | 34 |
| Binary | 110101 | 1010010 | 1011010 | 101001 | 1001 | 0 | 1000001 | 11000001 | 11010 | 11100 |
Color Harmonies of #35525A
Complementary color
Monochromatic Colors of #35525A
Black with #35525A
Text Example
Text Example
White with #35525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35525A; }
p { color: rgb(53,82,90); }
H1.HeaderClassName
{
color: #35525A;
}
.AnyTagClassName
{
color: #35525A;
}
</style>
background-color css
<style>
a { background-color: #35525A; }
a { background-color: rgb(53,82,90); }
div.DivClassName
{
background-color: #35525A;
}
.BgClassName
{
background-color: #35525A;
}
</style>
border-color css
<style>
span { border-color: #35525A; }
span { border-color: rgb(53,82,90); }
td.TdClassName
{
border-color: #35525A;
}
.TagClassName
{
border-color: #35525A;
}
</style>