Shades of Casal #32555C
Tints of Casal #32555C
RGB
CMYK
RGB Variations
Color information
#32555C (or 0x32555C) is known color: Casal. HEX triplet: 32, 55 and 5C. RGB value is (50,85,92). Sum of RGB (Red+Green+Blue) = 50+85+92=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #32555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32555C is #CDAAA3. Grayscale: #4B4B4B. Windows color (decimal): -13478564 or 6051122. OLE color: 6051122.
HSL color Cylindrical-coordinate representation of color #32555C: hue angle of 190º 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 #32555C is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 85 | 92 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.64 |
| HSL | 190º | 0.3% | 0.28% | - |
| HSV(B) | 190º | 0.46% | 0.36% | - |
| XYZ | 6.5 | 7.95 | 11.32 | - |
| YUV | 75.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 92 | 0.46 | 0.08 | 0 | 0.64 | 190 | 0.3 | 0.28 |
| Hex | 32 | 55 | 5C | 2E | 8 | 0 | 40 | BE | 1E | 1C |
| Octal | 62 | 125 | 134 | 56 | 10 | 0 | 100 | 276 | 36 | 34 |
| Binary | 110010 | 1010101 | 1011100 | 101110 | 1000 | 0 | 1000000 | 10111110 | 11110 | 11100 |
Color Harmonies of #32555C
Complementary color
Monochromatic Colors of #32555C
Black with #32555C
Text Example
Text Example
White with #32555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32555C; }
p { color: rgb(50,85,92); }
H1.HeaderClassName
{
color: #32555C;
}
.AnyTagClassName
{
color: #32555C;
}
</style>
background-color css
<style>
a { background-color: #32555C; }
a { background-color: rgb(50,85,92); }
div.DivClassName
{
background-color: #32555C;
}
.BgClassName
{
background-color: #32555C;
}
</style>
border-color css
<style>
span { border-color: #32555C; }
span { border-color: rgb(50,85,92); }
td.TdClassName
{
border-color: #32555C;
}
.TagClassName
{
border-color: #32555C;
}
</style>