Shades of Casal #35505A
Tints of Casal #35505A
RGB
CMYK
RGB Variations
Color information
#35505A (or 0x35505A) is known color: Casal. HEX triplet: 35, 50 and 5A. RGB value is (53,80,90). Sum of RGB (Red+Green+Blue) = 53+80+90=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #35505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35505A is #CAAFA5. Grayscale: #494949. Windows color (decimal): -13283238 or 5918773. OLE color: 5918773.
HSL color Cylindrical-coordinate representation of color #35505A: hue angle of 196.22º 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 #35505A is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 80 | 90 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.65 |
| HSL | 196.22º | 0.26% | 0.28% | - |
| HSV(B) | 196.22º | 0.41% | 0.35% | - |
| XYZ | 6.18 | 7.23 | 10.74 | - |
| YUV | 73.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 90 | 0.41 | 0.11 | 0 | 0.65 | 196.22 | 0.26 | 0.28 |
| Hex | 35 | 50 | 5A | 29 | B | 0 | 41 | C4 | 1A | 1C |
| Octal | 65 | 120 | 132 | 51 | 13 | 0 | 101 | 304 | 32 | 34 |
| Binary | 110101 | 1010000 | 1011010 | 101001 | 1011 | 0 | 1000001 | 11000100 | 11010 | 11100 |
Color Harmonies of #35505A
Complementary color
Monochromatic Colors of #35505A
Black with #35505A
Text Example
Text Example
White with #35505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35505A; }
p { color: rgb(53,80,90); }
H1.HeaderClassName
{
color: #35505A;
}
.AnyTagClassName
{
color: #35505A;
}
</style>
background-color css
<style>
a { background-color: #35505A; }
a { background-color: rgb(53,80,90); }
div.DivClassName
{
background-color: #35505A;
}
.BgClassName
{
background-color: #35505A;
}
</style>
border-color css
<style>
span { border-color: #35505A; }
span { border-color: rgb(53,80,90); }
td.TdClassName
{
border-color: #35505A;
}
.TagClassName
{
border-color: #35505A;
}
</style>