Shades of Casal #32525D
Tints of Casal #32525D
RGB
CMYK
RGB Variations
Color information
#32525D (or 0x32525D) is known color: Casal. HEX triplet: 32, 52 and 5D. RGB value is (50,82,93). Sum of RGB (Red+Green+Blue) = 50+82+93=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #32525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32525D is #CDADA2. Grayscale: #494949. Windows color (decimal): -13479331 or 6115890. OLE color: 6115890.
HSL color Cylindrical-coordinate representation of color #32525D: hue angle of 195.35º 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 #32525D is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 82 | 93 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.64 |
| HSL | 195.35º | 0.3% | 0.28% | - |
| HSV(B) | 195.35º | 0.46% | 0.36% | - |
| XYZ | 6.31 | 7.5 | 11.47 | - |
| YUV | 73.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 93 | 0.46 | 0.12 | 0 | 0.64 | 195.35 | 0.3 | 0.28 |
| Hex | 32 | 52 | 5D | 2E | C | 0 | 40 | C3 | 1E | 1C |
| Octal | 62 | 122 | 135 | 56 | 14 | 0 | 100 | 303 | 36 | 34 |
| Binary | 110010 | 1010010 | 1011101 | 101110 | 1100 | 0 | 1000000 | 11000011 | 11110 | 11100 |
Color Harmonies of #32525D
Complementary color
Monochromatic Colors of #32525D
Black with #32525D
Text Example
Text Example
White with #32525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32525D; }
p { color: rgb(50,82,93); }
H1.HeaderClassName
{
color: #32525D;
}
.AnyTagClassName
{
color: #32525D;
}
</style>
background-color css
<style>
a { background-color: #32525D; }
a { background-color: rgb(50,82,93); }
div.DivClassName
{
background-color: #32525D;
}
.BgClassName
{
background-color: #32525D;
}
</style>
border-color css
<style>
span { border-color: #32525D; }
span { border-color: rgb(50,82,93); }
td.TdClassName
{
border-color: #32525D;
}
.TagClassName
{
border-color: #32525D;
}
</style>