Shades of Casal #355A63
Tints of Casal #355A63
RGB
CMYK
RGB Variations
Color information
#355A63 (or 0x355A63) is known color: Casal. HEX triplet: 35, 5A and 63. RGB value is (53,90,99). Sum of RGB (Red+Green+Blue) = 53+90+99=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #355A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A63 is #CAA59C. Grayscale: #4F4F4F. Windows color (decimal): -13280669 or 6511157. OLE color: 6511157.
HSL color Cylindrical-coordinate representation of color #355A63: hue angle of 191.74º 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 #355A63 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 90 | 99 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.61 |
| HSL | 191.74º | 0.3% | 0.3% | - |
| HSV(B) | 191.74º | 0.46% | 0.39% | - |
| XYZ | 7.38 | 8.97 | 13.15 | - |
| YUV | 79.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 99 | 0.46 | 0.09 | 0 | 0.61 | 191.74 | 0.3 | 0.3 |
| Hex | 35 | 5A | 63 | 2E | 9 | 0 | 3D | C0 | 1E | 1E |
| Octal | 65 | 132 | 143 | 56 | 11 | 0 | 75 | 300 | 36 | 36 |
| Binary | 110101 | 1011010 | 1100011 | 101110 | 1001 | 0 | 111101 | 11000000 | 11110 | 11110 |
Color Harmonies of #355A63
Complementary color
Monochromatic Colors of #355A63
Black with #355A63
Text Example
Text Example
White with #355A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A63; }
p { color: rgb(53,90,99); }
H1.HeaderClassName
{
color: #355A63;
}
.AnyTagClassName
{
color: #355A63;
}
</style>
background-color css
<style>
a { background-color: #355A63; }
a { background-color: rgb(53,90,99); }
div.DivClassName
{
background-color: #355A63;
}
.BgClassName
{
background-color: #355A63;
}
</style>
border-color css
<style>
span { border-color: #355A63; }
span { border-color: rgb(53,90,99); }
td.TdClassName
{
border-color: #355A63;
}
.TagClassName
{
border-color: #355A63;
}
</style>