Shades of Casal #37565D
Tints of Casal #37565D
RGB
CMYK
RGB Variations
Color information
#37565D (or 0x37565D) is known color: Casal. HEX triplet: 37, 56 and 5D. RGB value is (55,86,93). Sum of RGB (Red+Green+Blue) = 55+86+93=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #37565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37565D is #C8A9A2. Grayscale: #4D4D4D. Windows color (decimal): -13150627 or 6116919. OLE color: 6116919.
HSL color Cylindrical-coordinate representation of color #37565D: hue angle of 191.05º 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 #37565D is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 86 | 93 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.64 |
| HSL | 191.05º | 0.26% | 0.29% | - |
| HSV(B) | 191.05º | 0.41% | 0.36% | - |
| XYZ | 6.88 | 8.26 | 11.59 | - |
| YUV | 77.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 93 | 0.41 | 0.08 | 0 | 0.64 | 191.05 | 0.26 | 0.29 |
| Hex | 37 | 56 | 5D | 29 | 8 | 0 | 40 | BF | 1A | 1D |
| Octal | 67 | 126 | 135 | 51 | 10 | 0 | 100 | 277 | 32 | 35 |
| Binary | 110111 | 1010110 | 1011101 | 101001 | 1000 | 0 | 1000000 | 10111111 | 11010 | 11101 |
Color Harmonies of #37565D
Complementary color
Monochromatic Colors of #37565D
Black with #37565D
Text Example
Text Example
White with #37565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37565D; }
p { color: rgb(55,86,93); }
H1.HeaderClassName
{
color: #37565D;
}
.AnyTagClassName
{
color: #37565D;
}
</style>
background-color css
<style>
a { background-color: #37565D; }
a { background-color: rgb(55,86,93); }
div.DivClassName
{
background-color: #37565D;
}
.BgClassName
{
background-color: #37565D;
}
</style>
border-color css
<style>
span { border-color: #37565D; }
span { border-color: rgb(55,86,93); }
td.TdClassName
{
border-color: #37565D;
}
.TagClassName
{
border-color: #37565D;
}
</style>