Shades of Blue Dianne #355952
Tints of Blue Dianne #355952
RGB
CMYK
RGB Variations
Color information
#355952 (or 0x355952) is known color: Blue Dianne. HEX triplet: 35, 59 and 52. RGB value is (53,89,82). Sum of RGB (Red+Green+Blue) = 53+89+82=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #355952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355952 is #CAA6AD. Grayscale: #4D4D4D. Windows color (decimal): -13280942 or 5396789. OLE color: 5396789.
HSL color Cylindrical-coordinate representation of color #355952: hue angle of 168.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 #355952 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 82 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.65 |
| HSL | 168.33º | 0.25% | 0.28% | - |
| HSV(B) | 168.33º | 0.4% | 0.35% | - |
| XYZ | 6.56 | 8.51 | 9.28 | - |
| YUV | 77.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 82 | 0.40 | 0 | 0.08 | 0.65 | 168.33 | 0.25 | 0.28 |
| Hex | 35 | 59 | 52 | 28 | 0 | 8 | 41 | A8 | 19 | 1C |
| Octal | 65 | 131 | 122 | 50 | 0 | 10 | 101 | 250 | 31 | 34 |
| Binary | 110101 | 1011001 | 1010010 | 101000 | 0 | 1000 | 1000001 | 10101000 | 11001 | 11100 |
Color Harmonies of #355952
Complementary color
Monochromatic Colors of #355952
Black with #355952
Text Example
Text Example
White with #355952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355952; }
p { color: rgb(53,89,82); }
H1.HeaderClassName
{
color: #355952;
}
.AnyTagClassName
{
color: #355952;
}
</style>
background-color css
<style>
a { background-color: #355952; }
a { background-color: rgb(53,89,82); }
div.DivClassName
{
background-color: #355952;
}
.BgClassName
{
background-color: #355952;
}
</style>
border-color css
<style>
span { border-color: #355952; }
span { border-color: rgb(53,89,82); }
td.TdClassName
{
border-color: #355952;
}
.TagClassName
{
border-color: #355952;
}
</style>