Shades of Casal #355E63
Tints of Casal #355E63
RGB
CMYK
RGB Variations
Color information
#355E63 (or 0x355E63) is known color: Casal. HEX triplet: 35, 5E and 63. RGB value is (53,94,99). Sum of RGB (Red+Green+Blue) = 53+94+99=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #355E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E63 is #CAA19C. Grayscale: #525252. Windows color (decimal): -13279645 or 6512181. OLE color: 6512181.
HSL color Cylindrical-coordinate representation of color #355E63: hue angle of 186.52º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355E63 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 94 | 99 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.61 |
| HSL | 186.52º | 0.3% | 0.3% | - |
| HSV(B) | 186.52º | 0.46% | 0.39% | - |
| XYZ | 7.72 | 9.66 | 13.26 | - |
| YUV | 82.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 99 | 0.46 | 0.05 | 0 | 0.61 | 186.52 | 0.3 | 0.3 |
| Hex | 35 | 5E | 63 | 2E | 5 | 0 | 3D | BB | 1E | 1E |
| Octal | 65 | 136 | 143 | 56 | 5 | 0 | 75 | 273 | 36 | 36 |
| Binary | 110101 | 1011110 | 1100011 | 101110 | 101 | 0 | 111101 | 10111011 | 11110 | 11110 |
Color Harmonies of #355E63
Complementary color
Monochromatic Colors of #355E63
Black with #355E63
Text Example
Text Example
White with #355E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E63; }
p { color: rgb(53,94,99); }
H1.HeaderClassName
{
color: #355E63;
}
.AnyTagClassName
{
color: #355E63;
}
</style>
background-color css
<style>
a { background-color: #355E63; }
a { background-color: rgb(53,94,99); }
div.DivClassName
{
background-color: #355E63;
}
.BgClassName
{
background-color: #355E63;
}
</style>
border-color css
<style>
span { border-color: #355E63; }
span { border-color: rgb(53,94,99); }
td.TdClassName
{
border-color: #355E63;
}
.TagClassName
{
border-color: #355E63;
}
</style>