Shades of Casal #355A61
Tints of Casal #355A61
RGB
CMYK
RGB Variations
Color information
#355A61 (or 0x355A61) is known color: Casal. HEX triplet: 35, 5A and 61. RGB value is (53,90,97). Sum of RGB (Red+Green+Blue) = 53+90+97=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #355A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A61 is #CAA59E. Grayscale: #4F4F4F. Windows color (decimal): -13280671 or 6380085. OLE color: 6380085.
HSL color Cylindrical-coordinate representation of color #355A61: hue angle of 189.55º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #355A61 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 90 | 97 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.62 |
| HSL | 189.55º | 0.29% | 0.29% | - |
| HSV(B) | 189.55º | 0.45% | 0.38% | - |
| XYZ | 7.28 | 8.93 | 12.65 | - |
| YUV | 79.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 97 | 0.45 | 0.07 | 0 | 0.62 | 189.55 | 0.29 | 0.29 |
| Hex | 35 | 5A | 61 | 2D | 7 | 0 | 3E | BE | 1D | 1D |
| Octal | 65 | 132 | 141 | 55 | 7 | 0 | 76 | 276 | 35 | 35 |
| Binary | 110101 | 1011010 | 1100001 | 101101 | 111 | 0 | 111110 | 10111110 | 11101 | 11101 |
Color Harmonies of #355A61
Complementary color
Monochromatic Colors of #355A61
Black with #355A61
Text Example
Text Example
White with #355A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A61; }
p { color: rgb(53,90,97); }
H1.HeaderClassName
{
color: #355A61;
}
.AnyTagClassName
{
color: #355A61;
}
</style>
background-color css
<style>
a { background-color: #355A61; }
a { background-color: rgb(53,90,97); }
div.DivClassName
{
background-color: #355A61;
}
.BgClassName
{
background-color: #355A61;
}
</style>
border-color css
<style>
span { border-color: #355A61; }
span { border-color: rgb(53,90,97); }
td.TdClassName
{
border-color: #355A61;
}
.TagClassName
{
border-color: #355A61;
}
</style>