Shades of Casal #355D63
Tints of Casal #355D63
RGB
CMYK
RGB Variations
Color information
#355D63 (or 0x355D63) is known color: Casal. HEX triplet: 35, 5D and 63. RGB value is (53,93,99). Sum of RGB (Red+Green+Blue) = 53+93+99=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #355D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D63 is #CAA29C. Grayscale: #515151. Windows color (decimal): -13279901 or 6511925. OLE color: 6511925.
HSL color Cylindrical-coordinate representation of color #355D63: hue angle of 187.83º 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 #355D63 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 93 | 99 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.61 |
| HSL | 187.83º | 0.3% | 0.3% | - |
| HSV(B) | 187.83º | 0.46% | 0.39% | - |
| XYZ | 7.63 | 9.49 | 13.23 | - |
| YUV | 81.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 99 | 0.46 | 0.06 | 0 | 0.61 | 187.83 | 0.3 | 0.3 |
| Hex | 35 | 5D | 63 | 2E | 6 | 0 | 3D | BC | 1E | 1E |
| Octal | 65 | 135 | 143 | 56 | 6 | 0 | 75 | 274 | 36 | 36 |
| Binary | 110101 | 1011101 | 1100011 | 101110 | 110 | 0 | 111101 | 10111100 | 11110 | 11110 |
Color Harmonies of #355D63
Complementary color
Monochromatic Colors of #355D63
Black with #355D63
Text Example
Text Example
White with #355D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D63; }
p { color: rgb(53,93,99); }
H1.HeaderClassName
{
color: #355D63;
}
.AnyTagClassName
{
color: #355D63;
}
</style>
background-color css
<style>
a { background-color: #355D63; }
a { background-color: rgb(53,93,99); }
div.DivClassName
{
background-color: #355D63;
}
.BgClassName
{
background-color: #355D63;
}
</style>
border-color css
<style>
span { border-color: #355D63; }
span { border-color: rgb(53,93,99); }
td.TdClassName
{
border-color: #355D63;
}
.TagClassName
{
border-color: #355D63;
}
</style>