Shades of Casal #37565E
Tints of Casal #37565E
RGB
CMYK
RGB Variations
Color information
#37565E (or 0x37565E) is known color: Casal. HEX triplet: 37, 56 and 5E. RGB value is (55,86,94). Sum of RGB (Red+Green+Blue) = 55+86+94=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #37565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37565E is #C8A9A1. Grayscale: #4D4D4D. Windows color (decimal): -13150626 or 6182455. OLE color: 6182455.
HSL color Cylindrical-coordinate representation of color #37565E: hue angle of 192.31º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37565E is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 86 | 94 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.63 |
| HSL | 192.31º | 0.26% | 0.29% | - |
| HSV(B) | 192.31º | 0.41% | 0.37% | - |
| XYZ | 6.92 | 8.28 | 11.82 | - |
| YUV | 77.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 94 | 0.41 | 0.09 | 0 | 0.63 | 192.31 | 0.26 | 0.29 |
| Hex | 37 | 56 | 5E | 29 | 9 | 0 | 3F | C0 | 1A | 1D |
| Octal | 67 | 126 | 136 | 51 | 11 | 0 | 77 | 300 | 32 | 35 |
| Binary | 110111 | 1010110 | 1011110 | 101001 | 1001 | 0 | 111111 | 11000000 | 11010 | 11101 |
Color Harmonies of #37565E
Complementary color
Monochromatic Colors of #37565E
Black with #37565E
Text Example
Text Example
White with #37565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37565E; }
p { color: rgb(55,86,94); }
H1.HeaderClassName
{
color: #37565E;
}
.AnyTagClassName
{
color: #37565E;
}
</style>
background-color css
<style>
a { background-color: #37565E; }
a { background-color: rgb(55,86,94); }
div.DivClassName
{
background-color: #37565E;
}
.BgClassName
{
background-color: #37565E;
}
</style>
border-color css
<style>
span { border-color: #37565E; }
span { border-color: rgb(55,86,94); }
td.TdClassName
{
border-color: #37565E;
}
.TagClassName
{
border-color: #37565E;
}
</style>