Shades of Blue Dianne #32534C
Tints of Blue Dianne #32534C
RGB
CMYK
RGB Variations
Color information
#32534C (or 0x32534C) is known color: Blue Dianne. HEX triplet: 32, 53 and 4C. RGB value is (50,83,76). Sum of RGB (Red+Green+Blue) = 50+83+76=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #32534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32534C is #CDACB3. Grayscale: #484848. Windows color (decimal): -13479092 or 5002034. OLE color: 5002034.
HSL color Cylindrical-coordinate representation of color #32534C: hue angle of 167.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #32534C is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 76 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.67 |
| HSL | 167.27º | 0.25% | 0.26% | - |
| HSV(B) | 167.27º | 0.4% | 0.33% | - |
| XYZ | 5.71 | 7.39 | 7.96 | - |
| YUV | 72.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 76 | 0.40 | 0 | 0.08 | 0.67 | 167.27 | 0.25 | 0.26 |
| Hex | 32 | 53 | 4C | 28 | 0 | 8 | 43 | A7 | 19 | 1A |
| Octal | 62 | 123 | 114 | 50 | 0 | 10 | 103 | 247 | 31 | 32 |
| Binary | 110010 | 1010011 | 1001100 | 101000 | 0 | 1000 | 1000011 | 10100111 | 11001 | 11010 |
Color Harmonies of #32534C
Complementary color
Monochromatic Colors of #32534C
Black with #32534C
Text Example
Text Example
White with #32534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32534C; }
p { color: rgb(50,83,76); }
H1.HeaderClassName
{
color: #32534C;
}
.AnyTagClassName
{
color: #32534C;
}
</style>
background-color css
<style>
a { background-color: #32534C; }
a { background-color: rgb(50,83,76); }
div.DivClassName
{
background-color: #32534C;
}
.BgClassName
{
background-color: #32534C;
}
</style>
border-color css
<style>
span { border-color: #32534C; }
span { border-color: rgb(50,83,76); }
td.TdClassName
{
border-color: #32534C;
}
.TagClassName
{
border-color: #32534C;
}
</style>