Shades of Casal #32525C
Tints of Casal #32525C
RGB
CMYK
RGB Variations
Color information
#32525C (or 0x32525C) is known color: Casal. HEX triplet: 32, 52 and 5C. RGB value is (50,82,92). Sum of RGB (Red+Green+Blue) = 50+82+92=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #32525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32525C is #CDADA3. Grayscale: #494949. Windows color (decimal): -13479332 or 6050354. OLE color: 6050354.
HSL color Cylindrical-coordinate representation of color #32525C: hue angle of 194.29º 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 #32525C is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 82 | 92 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.64 |
| HSL | 194.29º | 0.3% | 0.28% | - |
| HSV(B) | 194.29º | 0.46% | 0.36% | - |
| XYZ | 6.26 | 7.49 | 11.24 | - |
| YUV | 73.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 92 | 0.46 | 0.11 | 0 | 0.64 | 194.29 | 0.3 | 0.28 |
| Hex | 32 | 52 | 5C | 2E | B | 0 | 40 | C2 | 1E | 1C |
| Octal | 62 | 122 | 134 | 56 | 13 | 0 | 100 | 302 | 36 | 34 |
| Binary | 110010 | 1010010 | 1011100 | 101110 | 1011 | 0 | 1000000 | 11000010 | 11110 | 11100 |
Color Harmonies of #32525C
Complementary color
Monochromatic Colors of #32525C
Black with #32525C
Text Example
Text Example
White with #32525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32525C; }
p { color: rgb(50,82,92); }
H1.HeaderClassName
{
color: #32525C;
}
.AnyTagClassName
{
color: #32525C;
}
</style>
background-color css
<style>
a { background-color: #32525C; }
a { background-color: rgb(50,82,92); }
div.DivClassName
{
background-color: #32525C;
}
.BgClassName
{
background-color: #32525C;
}
</style>
border-color css
<style>
span { border-color: #32525C; }
span { border-color: rgb(50,82,92); }
td.TdClassName
{
border-color: #32525C;
}
.TagClassName
{
border-color: #32525C;
}
</style>