Shades of Casal #32555B
Tints of Casal #32555B
RGB
CMYK
RGB Variations
Color information
#32555B (or 0x32555B) is known color: Casal. HEX triplet: 32, 55 and 5B. RGB value is (50,85,91). Sum of RGB (Red+Green+Blue) = 50+85+91=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #32555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32555B is #CDAAA4. Grayscale: #4B4B4B. Windows color (decimal): -13478565 or 5985586. OLE color: 5985586.
HSL color Cylindrical-coordinate representation of color #32555B: hue angle of 188.78º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32555B is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 85 | 91 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.64 |
| HSL | 188.78º | 0.29% | 0.28% | - |
| HSV(B) | 188.78º | 0.45% | 0.36% | - |
| XYZ | 6.45 | 7.93 | 11.09 | - |
| YUV | 75.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 91 | 0.45 | 0.07 | 0 | 0.64 | 188.78 | 0.29 | 0.28 |
| Hex | 32 | 55 | 5B | 2D | 7 | 0 | 40 | BD | 1D | 1C |
| Octal | 62 | 125 | 133 | 55 | 7 | 0 | 100 | 275 | 35 | 34 |
| Binary | 110010 | 1010101 | 1011011 | 101101 | 111 | 0 | 1000000 | 10111101 | 11101 | 11100 |
Color Harmonies of #32555B
Complementary color
Monochromatic Colors of #32555B
Black with #32555B
Text Example
Text Example
White with #32555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32555B; }
p { color: rgb(50,85,91); }
H1.HeaderClassName
{
color: #32555B;
}
.AnyTagClassName
{
color: #32555B;
}
</style>
background-color css
<style>
a { background-color: #32555B; }
a { background-color: rgb(50,85,91); }
div.DivClassName
{
background-color: #32555B;
}
.BgClassName
{
background-color: #32555B;
}
</style>
border-color css
<style>
span { border-color: #32555B; }
span { border-color: rgb(50,85,91); }
td.TdClassName
{
border-color: #32555B;
}
.TagClassName
{
border-color: #32555B;
}
</style>