Shades of Casal #32555D
Tints of Casal #32555D
RGB
CMYK
RGB Variations
Color information
#32555D (or 0x32555D) is known color: Casal. HEX triplet: 32, 55 and 5D. RGB value is (50,85,93). Sum of RGB (Red+Green+Blue) = 50+85+93=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #32555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32555D is #CDAAA2. Grayscale: #4B4B4B. Windows color (decimal): -13478563 or 6116658. OLE color: 6116658.
HSL color Cylindrical-coordinate representation of color #32555D: hue angle of 191.16º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32555D is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 85 | 93 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.64 |
| HSL | 191.16º | 0.3% | 0.28% | - |
| HSV(B) | 191.16º | 0.46% | 0.36% | - |
| XYZ | 6.54 | 7.97 | 11.55 | - |
| YUV | 75.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 93 | 0.46 | 0.09 | 0 | 0.64 | 191.16 | 0.3 | 0.28 |
| Hex | 32 | 55 | 5D | 2E | 9 | 0 | 40 | BF | 1E | 1C |
| Octal | 62 | 125 | 135 | 56 | 11 | 0 | 100 | 277 | 36 | 34 |
| Binary | 110010 | 1010101 | 1011101 | 101110 | 1001 | 0 | 1000000 | 10111111 | 11110 | 11100 |
Color Harmonies of #32555D
Complementary color
Monochromatic Colors of #32555D
Black with #32555D
Text Example
Text Example
White with #32555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32555D; }
p { color: rgb(50,85,93); }
H1.HeaderClassName
{
color: #32555D;
}
.AnyTagClassName
{
color: #32555D;
}
</style>
background-color css
<style>
a { background-color: #32555D; }
a { background-color: rgb(50,85,93); }
div.DivClassName
{
background-color: #32555D;
}
.BgClassName
{
background-color: #32555D;
}
</style>
border-color css
<style>
span { border-color: #32555D; }
span { border-color: rgb(50,85,93); }
td.TdClassName
{
border-color: #32555D;
}
.TagClassName
{
border-color: #32555D;
}
</style>