Shades of Blue Dianne #35514D
Tints of Blue Dianne #35514D
RGB
CMYK
RGB Variations
Color information
#35514D (or 0x35514D) is known color: Blue Dianne. HEX triplet: 35, 51 and 4D. RGB value is (53,81,77). Sum of RGB (Red+Green+Blue) = 53+81+77=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #35514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35514D is #CAAEB2. Grayscale: #484848. Windows color (decimal): -13282995 or 5067061. OLE color: 5067061.
HSL color Cylindrical-coordinate representation of color #35514D: hue angle of 171.43º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35514D is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 77 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.68 |
| HSL | 171.43º | 0.21% | 0.26% | - |
| HSV(B) | 171.43º | 0.35% | 0.32% | - |
| XYZ | 5.75 | 7.18 | 8.1 | - |
| YUV | 72.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 77 | 0.35 | 0 | 0.05 | 0.68 | 171.43 | 0.21 | 0.26 |
| Hex | 35 | 51 | 4D | 23 | 0 | 5 | 44 | AB | 15 | 1A |
| Octal | 65 | 121 | 115 | 43 | 0 | 5 | 104 | 253 | 25 | 32 |
| Binary | 110101 | 1010001 | 1001101 | 100011 | 0 | 101 | 1000100 | 10101011 | 10101 | 11010 |
Color Harmonies of #35514D
Complementary color
Monochromatic Colors of #35514D
Black with #35514D
Text Example
Text Example
White with #35514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35514D; }
p { color: rgb(53,81,77); }
H1.HeaderClassName
{
color: #35514D;
}
.AnyTagClassName
{
color: #35514D;
}
</style>
background-color css
<style>
a { background-color: #35514D; }
a { background-color: rgb(53,81,77); }
div.DivClassName
{
background-color: #35514D;
}
.BgClassName
{
background-color: #35514D;
}
</style>
border-color css
<style>
span { border-color: #35514D; }
span { border-color: rgb(53,81,77); }
td.TdClassName
{
border-color: #35514D;
}
.TagClassName
{
border-color: #35514D;
}
</style>