Shades of Casal #37555D
Tints of Casal #37555D
RGB
CMYK
RGB Variations
Color information
#37555D (or 0x37555D) is known color: Casal. HEX triplet: 37, 55 and 5D. RGB value is (55,85,93). Sum of RGB (Red+Green+Blue) = 55+85+93=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #37555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37555D is #C8AAA2. Grayscale: #4C4C4C. Windows color (decimal): -13150883 or 6116663. OLE color: 6116663.
HSL color Cylindrical-coordinate representation of color #37555D: hue angle of 192.63º 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 #37555D is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 85 | 93 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.64 |
| HSL | 192.63º | 0.26% | 0.29% | - |
| HSV(B) | 192.63º | 0.41% | 0.36% | - |
| XYZ | 6.8 | 8.1 | 11.56 | - |
| YUV | 76.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 85 | 93 | 0.41 | 0.09 | 0 | 0.64 | 192.63 | 0.26 | 0.29 |
| Hex | 37 | 55 | 5D | 29 | 9 | 0 | 40 | C1 | 1A | 1D |
| Octal | 67 | 125 | 135 | 51 | 11 | 0 | 100 | 301 | 32 | 35 |
| Binary | 110111 | 1010101 | 1011101 | 101001 | 1001 | 0 | 1000000 | 11000001 | 11010 | 11101 |
Color Harmonies of #37555D
Complementary color
Monochromatic Colors of #37555D
Black with #37555D
Text Example
Text Example
White with #37555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37555D; }
p { color: rgb(55,85,93); }
H1.HeaderClassName
{
color: #37555D;
}
.AnyTagClassName
{
color: #37555D;
}
</style>
background-color css
<style>
a { background-color: #37555D; }
a { background-color: rgb(55,85,93); }
div.DivClassName
{
background-color: #37555D;
}
.BgClassName
{
background-color: #37555D;
}
</style>
border-color css
<style>
span { border-color: #37555D; }
span { border-color: rgb(55,85,93); }
td.TdClassName
{
border-color: #37555D;
}
.TagClassName
{
border-color: #37555D;
}
</style>