Shades of Casal #355C62
Tints of Casal #355C62
RGB
CMYK
RGB Variations
Color information
#355C62 (or 0x355C62) is known color: Casal. HEX triplet: 35, 5C and 62. RGB value is (53,92,98). Sum of RGB (Red+Green+Blue) = 53+92+98=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #355C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C62 is #CAA39D. Grayscale: #505050. Windows color (decimal): -13280158 or 6446133. OLE color: 6446133.
HSL color Cylindrical-coordinate representation of color #355C62: hue angle of 188º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355C62 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 92 | 98 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.62 |
| HSL | 188º | 0.3% | 0.3% | - |
| HSV(B) | 188º | 0.46% | 0.38% | - |
| XYZ | 7.5 | 9.29 | 12.95 | - |
| YUV | 81.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 98 | 0.46 | 0.06 | 0 | 0.62 | 188 | 0.3 | 0.3 |
| Hex | 35 | 5C | 62 | 2E | 6 | 0 | 3E | BC | 1E | 1E |
| Octal | 65 | 134 | 142 | 56 | 6 | 0 | 76 | 274 | 36 | 36 |
| Binary | 110101 | 1011100 | 1100010 | 101110 | 110 | 0 | 111110 | 10111100 | 11110 | 11110 |
Color Harmonies of #355C62
Complementary color
Monochromatic Colors of #355C62
Black with #355C62
Text Example
Text Example
White with #355C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C62; }
p { color: rgb(53,92,98); }
H1.HeaderClassName
{
color: #355C62;
}
.AnyTagClassName
{
color: #355C62;
}
</style>
background-color css
<style>
a { background-color: #355C62; }
a { background-color: rgb(53,92,98); }
div.DivClassName
{
background-color: #355C62;
}
.BgClassName
{
background-color: #355C62;
}
</style>
border-color css
<style>
span { border-color: #355C62; }
span { border-color: rgb(53,92,98); }
td.TdClassName
{
border-color: #355C62;
}
.TagClassName
{
border-color: #355C62;
}
</style>