Shades of Madison #32455C
Tints of Madison #32455C
RGB
CMYK
RGB Variations
Color information
#32455C (or 0x32455C) is known color: Madison. HEX triplet: 32, 45 and 5C. RGB value is (50,69,92). Sum of RGB (Red+Green+Blue) = 50+69+92=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #32455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32455C is #CDBAA3. Grayscale: #414141. Windows color (decimal): -13482660 or 6047026. OLE color: 6047026.
HSL color Cylindrical-coordinate representation of color #32455C: hue angle of 212.86º 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 #32455C is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 69 | 92 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.64 |
| HSL | 212.86º | 0.3% | 0.28% | - |
| HSV(B) | 212.86º | 0.46% | 0.36% | - |
| XYZ | 5.38 | 5.71 | 10.94 | - |
| YUV | 65.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 92 | 0.46 | 0.25 | 0 | 0.64 | 212.86 | 0.3 | 0.28 |
| Hex | 32 | 45 | 5C | 2E | 19 | 0 | 40 | D5 | 1E | 1C |
| Octal | 62 | 105 | 134 | 56 | 31 | 0 | 100 | 325 | 36 | 34 |
| Binary | 110010 | 1000101 | 1011100 | 101110 | 11001 | 0 | 1000000 | 11010101 | 11110 | 11100 |
Color Harmonies of #32455C
Complementary color
Monochromatic Colors of #32455C
Black with #32455C
Text Example
Text Example
White with #32455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32455C; }
p { color: rgb(50,69,92); }
H1.HeaderClassName
{
color: #32455C;
}
.AnyTagClassName
{
color: #32455C;
}
</style>
background-color css
<style>
a { background-color: #32455C; }
a { background-color: rgb(50,69,92); }
div.DivClassName
{
background-color: #32455C;
}
.BgClassName
{
background-color: #32455C;
}
</style>
border-color css
<style>
span { border-color: #32455C; }
span { border-color: rgb(50,69,92); }
td.TdClassName
{
border-color: #32455C;
}
.TagClassName
{
border-color: #32455C;
}
</style>