Shades of Casal #36575F
Tints of Casal #36575F
RGB
CMYK
RGB Variations
Color information
#36575F (or 0x36575F) is known color: Casal. HEX triplet: 36, 57 and 5F. RGB value is (54,87,95). Sum of RGB (Red+Green+Blue) = 54+87+95=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #36575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36575F is #C9A8A0. Grayscale: #4D4D4D. Windows color (decimal): -13215905 or 6248246. OLE color: 6248246.
HSL color Cylindrical-coordinate representation of color #36575F: hue angle of 191.71º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36575F is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 87 | 95 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.63 |
| HSL | 191.71º | 0.28% | 0.29% | - |
| HSV(B) | 191.71º | 0.43% | 0.37% | - |
| XYZ | 7 | 8.43 | 12.08 | - |
| YUV | 78.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 87 | 95 | 0.43 | 0.08 | 0 | 0.63 | 191.71 | 0.28 | 0.29 |
| Hex | 36 | 57 | 5F | 2B | 8 | 0 | 3F | C0 | 1C | 1D |
| Octal | 66 | 127 | 137 | 53 | 10 | 0 | 77 | 300 | 34 | 35 |
| Binary | 110110 | 1010111 | 1011111 | 101011 | 1000 | 0 | 111111 | 11000000 | 11100 | 11101 |
Color Harmonies of #36575F
Complementary color
Monochromatic Colors of #36575F
Black with #36575F
Text Example
Text Example
White with #36575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36575F; }
p { color: rgb(54,87,95); }
H1.HeaderClassName
{
color: #36575F;
}
.AnyTagClassName
{
color: #36575F;
}
</style>
background-color css
<style>
a { background-color: #36575F; }
a { background-color: rgb(54,87,95); }
div.DivClassName
{
background-color: #36575F;
}
.BgClassName
{
background-color: #36575F;
}
</style>
border-color css
<style>
span { border-color: #36575F; }
span { border-color: rgb(54,87,95); }
td.TdClassName
{
border-color: #36575F;
}
.TagClassName
{
border-color: #36575F;
}
</style>