Shades of Blue Dianne #335551
Tints of Blue Dianne #335551
RGB
CMYK
RGB Variations
Color information
#335551 (or 0x335551) is known color: Blue Dianne. HEX triplet: 33, 55 and 51. RGB value is (51,85,81). Sum of RGB (Red+Green+Blue) = 51+85+81=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #335551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335551 is #CCAAAE. Grayscale: #4A4A4A. Windows color (decimal): -13413039 or 5330227. OLE color: 5330227.
HSL color Cylindrical-coordinate representation of color #335551: hue angle of 172.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335551 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 85 | 81 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.67 |
| HSL | 172.94º | 0.25% | 0.27% | - |
| HSV(B) | 172.94º | 0.4% | 0.33% | - |
| XYZ | 6.1 | 7.79 | 8.97 | - |
| YUV | 74.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 81 | 0.40 | 0 | 0.05 | 0.67 | 172.94 | 0.25 | 0.27 |
| Hex | 33 | 55 | 51 | 28 | 0 | 5 | 43 | AD | 19 | 1B |
| Octal | 63 | 125 | 121 | 50 | 0 | 5 | 103 | 255 | 31 | 33 |
| Binary | 110011 | 1010101 | 1010001 | 101000 | 0 | 101 | 1000011 | 10101101 | 11001 | 11011 |
Color Harmonies of #335551
Complementary color
Monochromatic Colors of #335551
Black with #335551
Text Example
Text Example
White with #335551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335551; }
p { color: rgb(51,85,81); }
H1.HeaderClassName
{
color: #335551;
}
.AnyTagClassName
{
color: #335551;
}
</style>
background-color css
<style>
a { background-color: #335551; }
a { background-color: rgb(51,85,81); }
div.DivClassName
{
background-color: #335551;
}
.BgClassName
{
background-color: #335551;
}
</style>
border-color css
<style>
span { border-color: #335551; }
span { border-color: rgb(51,85,81); }
td.TdClassName
{
border-color: #335551;
}
.TagClassName
{
border-color: #335551;
}
</style>