Shades of Casal #37565C
Tints of Casal #37565C
RGB
CMYK
RGB Variations
Color information
#37565C (or 0x37565C) is known color: Casal. HEX triplet: 37, 56 and 5C. RGB value is (55,86,92). Sum of RGB (Red+Green+Blue) = 55+86+92=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #37565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37565C is #C8A9A3. Grayscale: #4D4D4D. Windows color (decimal): -13150628 or 6051383. OLE color: 6051383.
HSL color Cylindrical-coordinate representation of color #37565C: hue angle of 189.73º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37565C is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 86 | 92 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.64 |
| HSL | 189.73º | 0.25% | 0.29% | - |
| HSV(B) | 189.73º | 0.4% | 0.36% | - |
| XYZ | 6.84 | 8.24 | 11.36 | - |
| YUV | 77.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 92 | 0.40 | 0.07 | 0 | 0.64 | 189.73 | 0.25 | 0.29 |
| Hex | 37 | 56 | 5C | 28 | 7 | 0 | 40 | BE | 19 | 1D |
| Octal | 67 | 126 | 134 | 50 | 7 | 0 | 100 | 276 | 31 | 35 |
| Binary | 110111 | 1010110 | 1011100 | 101000 | 111 | 0 | 1000000 | 10111110 | 11001 | 11101 |
Color Harmonies of #37565C
Complementary color
Monochromatic Colors of #37565C
Black with #37565C
Text Example
Text Example
White with #37565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37565C; }
p { color: rgb(55,86,92); }
H1.HeaderClassName
{
color: #37565C;
}
.AnyTagClassName
{
color: #37565C;
}
</style>
background-color css
<style>
a { background-color: #37565C; }
a { background-color: rgb(55,86,92); }
div.DivClassName
{
background-color: #37565C;
}
.BgClassName
{
background-color: #37565C;
}
</style>
border-color css
<style>
span { border-color: #37565C; }
span { border-color: rgb(55,86,92); }
td.TdClassName
{
border-color: #37565C;
}
.TagClassName
{
border-color: #37565C;
}
</style>