Shades of Casal #37515D
Tints of Casal #37515D
RGB
CMYK
RGB Variations
Color information
#37515D (or 0x37515D) is known color: Casal. HEX triplet: 37, 51 and 5D. RGB value is (55,81,93). Sum of RGB (Red+Green+Blue) = 55+81+93=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #37515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37515D is #C8AEA2. Grayscale: #4A4A4A. Windows color (decimal): -13151907 or 6115639. OLE color: 6115639.
HSL color Cylindrical-coordinate representation of color #37515D: hue angle of 198.95º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37515D is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 81 | 93 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.64 |
| HSL | 198.95º | 0.26% | 0.29% | - |
| HSV(B) | 198.95º | 0.41% | 0.36% | - |
| XYZ | 6.49 | 7.49 | 11.46 | - |
| YUV | 74.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 93 | 0.41 | 0.13 | 0 | 0.64 | 198.95 | 0.26 | 0.29 |
| Hex | 37 | 51 | 5D | 29 | D | 0 | 40 | C7 | 1A | 1D |
| Octal | 67 | 121 | 135 | 51 | 15 | 0 | 100 | 307 | 32 | 35 |
| Binary | 110111 | 1010001 | 1011101 | 101001 | 1101 | 0 | 1000000 | 11000111 | 11010 | 11101 |
Color Harmonies of #37515D
Complementary color
Monochromatic Colors of #37515D
Black with #37515D
Text Example
Text Example
White with #37515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37515D; }
p { color: rgb(55,81,93); }
H1.HeaderClassName
{
color: #37515D;
}
.AnyTagClassName
{
color: #37515D;
}
</style>
background-color css
<style>
a { background-color: #37515D; }
a { background-color: rgb(55,81,93); }
div.DivClassName
{
background-color: #37515D;
}
.BgClassName
{
background-color: #37515D;
}
</style>
border-color css
<style>
span { border-color: #37515D; }
span { border-color: rgb(55,81,93); }
td.TdClassName
{
border-color: #37515D;
}
.TagClassName
{
border-color: #37515D;
}
</style>