Shades of Blue Dianne #355854
Tints of Blue Dianne #355854
RGB
CMYK
RGB Variations
Color information
#355854 (or 0x355854) is known color: Blue Dianne. HEX triplet: 35, 58 and 54. RGB value is (53,88,84). Sum of RGB (Red+Green+Blue) = 53+88+84=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #355854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355854 is #CAA7AB. Grayscale: #4D4D4D. Windows color (decimal): -13281196 or 5527605. OLE color: 5527605.
HSL color Cylindrical-coordinate representation of color #355854: hue angle of 173.14º 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 #355854 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 88 | 84 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.65 |
| HSL | 173.14º | 0.25% | 0.28% | - |
| HSV(B) | 173.14º | 0.4% | 0.35% | - |
| XYZ | 6.56 | 8.38 | 9.66 | - |
| YUV | 77.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 84 | 0.40 | 0 | 0.05 | 0.65 | 173.14 | 0.25 | 0.28 |
| Hex | 35 | 58 | 54 | 28 | 0 | 5 | 41 | AD | 19 | 1C |
| Octal | 65 | 130 | 124 | 50 | 0 | 5 | 101 | 255 | 31 | 34 |
| Binary | 110101 | 1011000 | 1010100 | 101000 | 0 | 101 | 1000001 | 10101101 | 11001 | 11100 |
Color Harmonies of #355854
Complementary color
Monochromatic Colors of #355854
Black with #355854
Text Example
Text Example
White with #355854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355854; }
p { color: rgb(53,88,84); }
H1.HeaderClassName
{
color: #355854;
}
.AnyTagClassName
{
color: #355854;
}
</style>
background-color css
<style>
a { background-color: #355854; }
a { background-color: rgb(53,88,84); }
div.DivClassName
{
background-color: #355854;
}
.BgClassName
{
background-color: #355854;
}
</style>
border-color css
<style>
span { border-color: #355854; }
span { border-color: rgb(53,88,84); }
td.TdClassName
{
border-color: #355854;
}
.TagClassName
{
border-color: #355854;
}
</style>