Shades of Blue Dianne #32554D
Tints of Blue Dianne #32554D
RGB
CMYK
RGB Variations
Color information
#32554D (or 0x32554D) is known color: Blue Dianne. HEX triplet: 32, 55 and 4D. RGB value is (50,85,77). Sum of RGB (Red+Green+Blue) = 50+85+77=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #32554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32554D is #CDAAB2. Grayscale: #494949. Windows color (decimal): -13478579 or 5068082. OLE color: 5068082.
HSL color Cylindrical-coordinate representation of color #32554D: hue angle of 166.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #32554D is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 77 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.67 |
| HSL | 166.29º | 0.26% | 0.26% | - |
| HSV(B) | 166.29º | 0.41% | 0.33% | - |
| XYZ | 5.9 | 7.71 | 8.2 | - |
| YUV | 73.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 77 | 0.41 | 0 | 0.09 | 0.67 | 166.29 | 0.26 | 0.26 |
| Hex | 32 | 55 | 4D | 29 | 0 | 9 | 43 | A6 | 1A | 1A |
| Octal | 62 | 125 | 115 | 51 | 0 | 11 | 103 | 246 | 32 | 32 |
| Binary | 110010 | 1010101 | 1001101 | 101001 | 0 | 1001 | 1000011 | 10100110 | 11010 | 11010 |
Color Harmonies of #32554D
Complementary color
Monochromatic Colors of #32554D
Black with #32554D
Text Example
Text Example
White with #32554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32554D; }
p { color: rgb(50,85,77); }
H1.HeaderClassName
{
color: #32554D;
}
.AnyTagClassName
{
color: #32554D;
}
</style>
background-color css
<style>
a { background-color: #32554D; }
a { background-color: rgb(50,85,77); }
div.DivClassName
{
background-color: #32554D;
}
.BgClassName
{
background-color: #32554D;
}
</style>
border-color css
<style>
span { border-color: #32554D; }
span { border-color: rgb(50,85,77); }
td.TdClassName
{
border-color: #32554D;
}
.TagClassName
{
border-color: #32554D;
}
</style>