Shades of Blue Dianne #355955
Tints of Blue Dianne #355955
RGB
CMYK
RGB Variations
Color information
#355955 (or 0x355955) is known color: Blue Dianne. HEX triplet: 35, 59 and 55. RGB value is (53,89,85). Sum of RGB (Red+Green+Blue) = 53+89+85=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #355955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355955 is #CAA6AA. Grayscale: #4D4D4D. Windows color (decimal): -13280939 or 5593397. OLE color: 5593397.
HSL color Cylindrical-coordinate representation of color #355955: hue angle of 173.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355955 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 85 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.65 |
| HSL | 173.33º | 0.25% | 0.28% | - |
| HSV(B) | 173.33º | 0.4% | 0.35% | - |
| XYZ | 6.68 | 8.56 | 9.89 | - |
| YUV | 77.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 85 | 0.40 | 0 | 0.04 | 0.65 | 173.33 | 0.25 | 0.28 |
| Hex | 35 | 59 | 55 | 28 | 0 | 4 | 41 | AD | 19 | 1C |
| Octal | 65 | 131 | 125 | 50 | 0 | 4 | 101 | 255 | 31 | 34 |
| Binary | 110101 | 1011001 | 1010101 | 101000 | 0 | 100 | 1000001 | 10101101 | 11001 | 11100 |
Color Harmonies of #355955
Complementary color
Monochromatic Colors of #355955
Black with #355955
Text Example
Text Example
White with #355955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355955; }
p { color: rgb(53,89,85); }
H1.HeaderClassName
{
color: #355955;
}
.AnyTagClassName
{
color: #355955;
}
</style>
background-color css
<style>
a { background-color: #355955; }
a { background-color: rgb(53,89,85); }
div.DivClassName
{
background-color: #355955;
}
.BgClassName
{
background-color: #355955;
}
</style>
border-color css
<style>
span { border-color: #355955; }
span { border-color: rgb(53,89,85); }
td.TdClassName
{
border-color: #355955;
}
.TagClassName
{
border-color: #355955;
}
</style>