Shades of Casal #37565F
Tints of Casal #37565F
RGB
CMYK
RGB Variations
Color information
#37565F (or 0x37565F) is known color: Casal. HEX triplet: 37, 56 and 5F. RGB value is (55,86,95). Sum of RGB (Red+Green+Blue) = 55+86+95=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 86 (33.98% from 255 or 36.44% 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 #37565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37565F is #C8A9A0. Grayscale: #4D4D4D. Windows color (decimal): -13150625 or 6247991. OLE color: 6247991.
HSL color Cylindrical-coordinate representation of color #37565F: hue angle of 193.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37565F is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 86 | 95 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.63 |
| HSL | 193.5º | 0.27% | 0.29% | - |
| HSV(B) | 193.5º | 0.42% | 0.37% | - |
| XYZ | 6.97 | 8.29 | 12.06 | - |
| YUV | 77.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 95 | 0.42 | 0.09 | 0 | 0.63 | 193.5 | 0.27 | 0.29 |
| Hex | 37 | 56 | 5F | 2A | 9 | 0 | 3F | C2 | 1B | 1D |
| Octal | 67 | 126 | 137 | 52 | 11 | 0 | 77 | 302 | 33 | 35 |
| Binary | 110111 | 1010110 | 1011111 | 101010 | 1001 | 0 | 111111 | 11000010 | 11011 | 11101 |
Color Harmonies of #37565F
Complementary color
Monochromatic Colors of #37565F
Black with #37565F
Text Example
Text Example
White with #37565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37565F; }
p { color: rgb(55,86,95); }
H1.HeaderClassName
{
color: #37565F;
}
.AnyTagClassName
{
color: #37565F;
}
</style>
background-color css
<style>
a { background-color: #37565F; }
a { background-color: rgb(55,86,95); }
div.DivClassName
{
background-color: #37565F;
}
.BgClassName
{
background-color: #37565F;
}
</style>
border-color css
<style>
span { border-color: #37565F; }
span { border-color: rgb(55,86,95); }
td.TdClassName
{
border-color: #37565F;
}
.TagClassName
{
border-color: #37565F;
}
</style>