Shades of Casal #37545A
Tints of Casal #37545A
RGB
CMYK
RGB Variations
Color information
#37545A (or 0x37545A) is known color: Casal. HEX triplet: 37, 54 and 5A. RGB value is (55,84,90). Sum of RGB (Red+Green+Blue) = 55+84+90=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #37545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37545A is #C8ABA5. Grayscale: #4B4B4B. Windows color (decimal): -13151142 or 5919799. OLE color: 5919799.
HSL color Cylindrical-coordinate representation of color #37545A: hue angle of 190.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #37545A is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 84 | 90 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.65 |
| HSL | 190.29º | 0.24% | 0.28% | - |
| HSV(B) | 190.29º | 0.39% | 0.35% | - |
| XYZ | 6.59 | 7.89 | 10.85 | - |
| YUV | 76.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 90 | 0.39 | 0.07 | 0 | 0.65 | 190.29 | 0.24 | 0.28 |
| Hex | 37 | 54 | 5A | 27 | 7 | 0 | 41 | BE | 18 | 1C |
| Octal | 67 | 124 | 132 | 47 | 7 | 0 | 101 | 276 | 30 | 34 |
| Binary | 110111 | 1010100 | 1011010 | 100111 | 111 | 0 | 1000001 | 10111110 | 11000 | 11100 |
Color Harmonies of #37545A
Complementary color
Monochromatic Colors of #37545A
Black with #37545A
Text Example
Text Example
White with #37545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37545A; }
p { color: rgb(55,84,90); }
H1.HeaderClassName
{
color: #37545A;
}
.AnyTagClassName
{
color: #37545A;
}
</style>
background-color css
<style>
a { background-color: #37545A; }
a { background-color: rgb(55,84,90); }
div.DivClassName
{
background-color: #37545A;
}
.BgClassName
{
background-color: #37545A;
}
</style>
border-color css
<style>
span { border-color: #37545A; }
span { border-color: rgb(55,84,90); }
td.TdClassName
{
border-color: #37545A;
}
.TagClassName
{
border-color: #37545A;
}
</style>