Shades of Casal #37535E
Tints of Casal #37535E
RGB
CMYK
RGB Variations
Color information
#37535E (or 0x37535E) is known color: Casal. HEX triplet: 37, 53 and 5E. RGB value is (55,83,94). Sum of RGB (Red+Green+Blue) = 55+83+94=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #37535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37535E is #C8ACA1. Grayscale: #4B4B4B. Windows color (decimal): -13151394 or 6181687. OLE color: 6181687.
HSL color Cylindrical-coordinate representation of color #37535E: hue angle of 196.92º 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 #37535E is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 83 | 94 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.63 |
| HSL | 196.92º | 0.26% | 0.29% | - |
| HSV(B) | 196.92º | 0.41% | 0.37% | - |
| XYZ | 6.69 | 7.81 | 11.74 | - |
| YUV | 75.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 94 | 0.41 | 0.12 | 0 | 0.63 | 196.92 | 0.26 | 0.29 |
| Hex | 37 | 53 | 5E | 29 | C | 0 | 3F | C5 | 1A | 1D |
| Octal | 67 | 123 | 136 | 51 | 14 | 0 | 77 | 305 | 32 | 35 |
| Binary | 110111 | 1010011 | 1011110 | 101001 | 1100 | 0 | 111111 | 11000101 | 11010 | 11101 |
Color Harmonies of #37535E
Complementary color
Monochromatic Colors of #37535E
Black with #37535E
Text Example
Text Example
White with #37535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37535E; }
p { color: rgb(55,83,94); }
H1.HeaderClassName
{
color: #37535E;
}
.AnyTagClassName
{
color: #37535E;
}
</style>
background-color css
<style>
a { background-color: #37535E; }
a { background-color: rgb(55,83,94); }
div.DivClassName
{
background-color: #37535E;
}
.BgClassName
{
background-color: #37535E;
}
</style>
border-color css
<style>
span { border-color: #37535E; }
span { border-color: rgb(55,83,94); }
td.TdClassName
{
border-color: #37535E;
}
.TagClassName
{
border-color: #37535E;
}
</style>