Shades of Casal #37535C
Tints of Casal #37535C
RGB
CMYK
RGB Variations
Color information
#37535C (or 0x37535C) is known color: Casal. HEX triplet: 37, 53 and 5C. RGB value is (55,83,92). Sum of RGB (Red+Green+Blue) = 55+83+92=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #37535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37535C is #C8ACA3. Grayscale: #4B4B4B. Windows color (decimal): -13151396 or 6050615. OLE color: 6050615.
HSL color Cylindrical-coordinate representation of color #37535C: hue angle of 194.59º 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 #37535C is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 83 | 92 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.64 |
| HSL | 194.59º | 0.25% | 0.29% | - |
| HSV(B) | 194.59º | 0.4% | 0.36% | - |
| XYZ | 6.6 | 7.77 | 11.28 | - |
| YUV | 75.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 92 | 0.40 | 0.10 | 0 | 0.64 | 194.59 | 0.25 | 0.29 |
| Hex | 37 | 53 | 5C | 28 | A | 0 | 40 | C3 | 19 | 1D |
| Octal | 67 | 123 | 134 | 50 | 12 | 0 | 100 | 303 | 31 | 35 |
| Binary | 110111 | 1010011 | 1011100 | 101000 | 1010 | 0 | 1000000 | 11000011 | 11001 | 11101 |
Color Harmonies of #37535C
Complementary color
Monochromatic Colors of #37535C
Black with #37535C
Text Example
Text Example
White with #37535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37535C; }
p { color: rgb(55,83,92); }
H1.HeaderClassName
{
color: #37535C;
}
.AnyTagClassName
{
color: #37535C;
}
</style>
background-color css
<style>
a { background-color: #37535C; }
a { background-color: rgb(55,83,92); }
div.DivClassName
{
background-color: #37535C;
}
.BgClassName
{
background-color: #37535C;
}
</style>
border-color css
<style>
span { border-color: #37535C; }
span { border-color: rgb(55,83,92); }
td.TdClassName
{
border-color: #37535C;
}
.TagClassName
{
border-color: #37535C;
}
</style>