Shades of Blue Dianne #355953
Tints of Blue Dianne #355953
RGB
CMYK
RGB Variations
Color information
#355953 (or 0x355953) is known color: Blue Dianne. HEX triplet: 35, 59 and 53. RGB value is (53,89,83). Sum of RGB (Red+Green+Blue) = 53+89+83=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #355953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355953 is #CAA6AC. Grayscale: #4D4D4D. Windows color (decimal): -13280941 or 5462325. OLE color: 5462325.
HSL color Cylindrical-coordinate representation of color #355953: hue angle of 170º 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 #355953 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 83 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.65 |
| HSL | 170º | 0.25% | 0.28% | - |
| HSV(B) | 170º | 0.4% | 0.35% | - |
| XYZ | 6.6 | 8.53 | 9.48 | - |
| YUV | 77.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 83 | 0.40 | 0 | 0.07 | 0.65 | 170 | 0.25 | 0.28 |
| Hex | 35 | 59 | 53 | 28 | 0 | 7 | 41 | AA | 19 | 1C |
| Octal | 65 | 131 | 123 | 50 | 0 | 7 | 101 | 252 | 31 | 34 |
| Binary | 110101 | 1011001 | 1010011 | 101000 | 0 | 111 | 1000001 | 10101010 | 11001 | 11100 |
Color Harmonies of #355953
Complementary color
Monochromatic Colors of #355953
Black with #355953
Text Example
Text Example
White with #355953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355953; }
p { color: rgb(53,89,83); }
H1.HeaderClassName
{
color: #355953;
}
.AnyTagClassName
{
color: #355953;
}
</style>
background-color css
<style>
a { background-color: #355953; }
a { background-color: rgb(53,89,83); }
div.DivClassName
{
background-color: #355953;
}
.BgClassName
{
background-color: #355953;
}
</style>
border-color css
<style>
span { border-color: #355953; }
span { border-color: rgb(53,89,83); }
td.TdClassName
{
border-color: #355953;
}
.TagClassName
{
border-color: #355953;
}
</style>