Shades of Casal #37575E
Tints of Casal #37575E
RGB
CMYK
RGB Variations
Color information
#37575E (or 0x37575E) is known color: Casal. HEX triplet: 37, 57 and 5E. RGB value is (55,87,94). Sum of RGB (Red+Green+Blue) = 55+87+94=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #37575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37575E is #C8A8A1. Grayscale: #4E4E4E. Windows color (decimal): -13150370 or 6182711. OLE color: 6182711.
HSL color Cylindrical-coordinate representation of color #37575E: hue angle of 190.77º 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 #37575E is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 87 | 94 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.63 |
| HSL | 190.77º | 0.26% | 0.29% | - |
| HSV(B) | 190.77º | 0.41% | 0.37% | - |
| XYZ | 7 | 8.44 | 11.85 | - |
| YUV | 78.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 94 | 0.41 | 0.07 | 0 | 0.63 | 190.77 | 0.26 | 0.29 |
| Hex | 37 | 57 | 5E | 29 | 7 | 0 | 3F | BF | 1A | 1D |
| Octal | 67 | 127 | 136 | 51 | 7 | 0 | 77 | 277 | 32 | 35 |
| Binary | 110111 | 1010111 | 1011110 | 101001 | 111 | 0 | 111111 | 10111111 | 11010 | 11101 |
Color Harmonies of #37575E
Complementary color
Monochromatic Colors of #37575E
Black with #37575E
Text Example
Text Example
White with #37575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37575E; }
p { color: rgb(55,87,94); }
H1.HeaderClassName
{
color: #37575E;
}
.AnyTagClassName
{
color: #37575E;
}
</style>
background-color css
<style>
a { background-color: #37575E; }
a { background-color: rgb(55,87,94); }
div.DivClassName
{
background-color: #37575E;
}
.BgClassName
{
background-color: #37575E;
}
</style>
border-color css
<style>
span { border-color: #37575E; }
span { border-color: rgb(55,87,94); }
td.TdClassName
{
border-color: #37575E;
}
.TagClassName
{
border-color: #37575E;
}
</style>