Shades of Casal #355A5F
Tints of Casal #355A5F
RGB
CMYK
RGB Variations
Color information
#355A5F (or 0x355A5F) is known color: Casal. HEX triplet: 35, 5A and 5F. RGB value is (53,90,95). Sum of RGB (Red+Green+Blue) = 53+90+95=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #355A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A5F is #CAA5A0. Grayscale: #4F4F4F. Windows color (decimal): -13280673 or 6249013. OLE color: 6249013.
HSL color Cylindrical-coordinate representation of color #355A5F: hue angle of 187.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355A5F is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 90 | 95 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.63 |
| HSL | 187.14º | 0.28% | 0.29% | - |
| HSV(B) | 187.14º | 0.44% | 0.37% | - |
| XYZ | 7.19 | 8.9 | 12.16 | - |
| YUV | 79.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 95 | 0.44 | 0.05 | 0 | 0.63 | 187.14 | 0.28 | 0.29 |
| Hex | 35 | 5A | 5F | 2C | 5 | 0 | 3F | BB | 1C | 1D |
| Octal | 65 | 132 | 137 | 54 | 5 | 0 | 77 | 273 | 34 | 35 |
| Binary | 110101 | 1011010 | 1011111 | 101100 | 101 | 0 | 111111 | 10111011 | 11100 | 11101 |
Color Harmonies of #355A5F
Complementary color
Monochromatic Colors of #355A5F
Black with #355A5F
Text Example
Text Example
White with #355A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A5F; }
p { color: rgb(53,90,95); }
H1.HeaderClassName
{
color: #355A5F;
}
.AnyTagClassName
{
color: #355A5F;
}
</style>
background-color css
<style>
a { background-color: #355A5F; }
a { background-color: rgb(53,90,95); }
div.DivClassName
{
background-color: #355A5F;
}
.BgClassName
{
background-color: #355A5F;
}
</style>
border-color css
<style>
span { border-color: #355A5F; }
span { border-color: rgb(53,90,95); }
td.TdClassName
{
border-color: #355A5F;
}
.TagClassName
{
border-color: #355A5F;
}
</style>