Shades of Casal #37505A
Tints of Casal #37505A
RGB
CMYK
RGB Variations
Color information
#37505A (or 0x37505A) is known color: Casal. HEX triplet: 37, 50 and 5A. RGB value is (55,80,90). Sum of RGB (Red+Green+Blue) = 55+80+90=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #37505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37505A is #C8AFA5. Grayscale: #494949. Windows color (decimal): -13152166 or 5918775. OLE color: 5918775.
HSL color Cylindrical-coordinate representation of color #37505A: hue angle of 197.14º 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 #37505A is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 80 | 90 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.65 |
| HSL | 197.14º | 0.24% | 0.28% | - |
| HSV(B) | 197.14º | 0.39% | 0.35% | - |
| XYZ | 6.29 | 7.29 | 10.75 | - |
| YUV | 73.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 90 | 0.39 | 0.11 | 0 | 0.65 | 197.14 | 0.24 | 0.28 |
| Hex | 37 | 50 | 5A | 27 | B | 0 | 41 | C5 | 18 | 1C |
| Octal | 67 | 120 | 132 | 47 | 13 | 0 | 101 | 305 | 30 | 34 |
| Binary | 110111 | 1010000 | 1011010 | 100111 | 1011 | 0 | 1000001 | 11000101 | 11000 | 11100 |
Color Harmonies of #37505A
Complementary color
Monochromatic Colors of #37505A
Black with #37505A
Text Example
Text Example
White with #37505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37505A; }
p { color: rgb(55,80,90); }
H1.HeaderClassName
{
color: #37505A;
}
.AnyTagClassName
{
color: #37505A;
}
</style>
background-color css
<style>
a { background-color: #37505A; }
a { background-color: rgb(55,80,90); }
div.DivClassName
{
background-color: #37505A;
}
.BgClassName
{
background-color: #37505A;
}
</style>
border-color css
<style>
span { border-color: #37505A; }
span { border-color: rgb(55,80,90); }
td.TdClassName
{
border-color: #37505A;
}
.TagClassName
{
border-color: #37505A;
}
</style>