Shades of Madison #32455B
Tints of Madison #32455B
RGB
CMYK
RGB Variations
Color information
#32455B (or 0x32455B) is known color: Madison. HEX triplet: 32, 45 and 5B. RGB value is (50,69,91). Sum of RGB (Red+Green+Blue) = 50+69+91=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #32455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32455B is #CDBAA4. Grayscale: #414141. Windows color (decimal): -13482661 or 5981490. OLE color: 5981490.
HSL color Cylindrical-coordinate representation of color #32455B: hue angle of 212.2º 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 #32455B is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 69 | 91 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.64 |
| HSL | 212.2º | 0.29% | 0.28% | - |
| HSV(B) | 212.2º | 0.45% | 0.36% | - |
| XYZ | 5.33 | 5.69 | 10.71 | - |
| YUV | 65.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 91 | 0.45 | 0.24 | 0 | 0.64 | 212.2 | 0.29 | 0.28 |
| Hex | 32 | 45 | 5B | 2D | 18 | 0 | 40 | D4 | 1D | 1C |
| Octal | 62 | 105 | 133 | 55 | 30 | 0 | 100 | 324 | 35 | 34 |
| Binary | 110010 | 1000101 | 1011011 | 101101 | 11000 | 0 | 1000000 | 11010100 | 11101 | 11100 |
Color Harmonies of #32455B
Complementary color
Monochromatic Colors of #32455B
Black with #32455B
Text Example
Text Example
White with #32455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32455B; }
p { color: rgb(50,69,91); }
H1.HeaderClassName
{
color: #32455B;
}
.AnyTagClassName
{
color: #32455B;
}
</style>
background-color css
<style>
a { background-color: #32455B; }
a { background-color: rgb(50,69,91); }
div.DivClassName
{
background-color: #32455B;
}
.BgClassName
{
background-color: #32455B;
}
</style>
border-color css
<style>
span { border-color: #32455B; }
span { border-color: rgb(50,69,91); }
td.TdClassName
{
border-color: #32455B;
}
.TagClassName
{
border-color: #32455B;
}
</style>