Shades of Casal #37515C
Tints of Casal #37515C
RGB
CMYK
RGB Variations
Color information
#37515C (or 0x37515C) is known color: Casal. HEX triplet: 37, 51 and 5C. RGB value is (55,81,92). Sum of RGB (Red+Green+Blue) = 55+81+92=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #37515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37515C is #C8AEA3. Grayscale: #4A4A4A. Windows color (decimal): -13151908 or 6050103. OLE color: 6050103.
HSL color Cylindrical-coordinate representation of color #37515C: hue angle of 197.84º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37515C is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 81 | 92 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.64 |
| HSL | 197.84º | 0.25% | 0.29% | - |
| HSV(B) | 197.84º | 0.4% | 0.36% | - |
| XYZ | 6.45 | 7.47 | 11.23 | - |
| YUV | 74.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 92 | 0.40 | 0.12 | 0 | 0.64 | 197.84 | 0.25 | 0.29 |
| Hex | 37 | 51 | 5C | 28 | C | 0 | 40 | C6 | 19 | 1D |
| Octal | 67 | 121 | 134 | 50 | 14 | 0 | 100 | 306 | 31 | 35 |
| Binary | 110111 | 1010001 | 1011100 | 101000 | 1100 | 0 | 1000000 | 11000110 | 11001 | 11101 |
Color Harmonies of #37515C
Complementary color
Monochromatic Colors of #37515C
Black with #37515C
Text Example
Text Example
White with #37515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37515C; }
p { color: rgb(55,81,92); }
H1.HeaderClassName
{
color: #37515C;
}
.AnyTagClassName
{
color: #37515C;
}
</style>
background-color css
<style>
a { background-color: #37515C; }
a { background-color: rgb(55,81,92); }
div.DivClassName
{
background-color: #37515C;
}
.BgClassName
{
background-color: #37515C;
}
</style>
border-color css
<style>
span { border-color: #37515C; }
span { border-color: rgb(55,81,92); }
td.TdClassName
{
border-color: #37515C;
}
.TagClassName
{
border-color: #37515C;
}
</style>