Shades of Blue Dianne #395753
Tints of Blue Dianne #395753
RGB
CMYK
RGB Variations
Color information
#395753 (or 0x395753) is known color: Blue Dianne. HEX triplet: 39, 57 and 53. RGB value is (57,87,83). Sum of RGB (Red+Green+Blue) = 57+87+83=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #395753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395753 is #C6A8AC. Grayscale: #4D4D4D. Windows color (decimal): -13019309 or 5461817. OLE color: 5461817.
HSL color Cylindrical-coordinate representation of color #395753: hue angle of 172º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395753 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 87 | 83 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.66 |
| HSL | 172º | 0.21% | 0.28% | - |
| HSV(B) | 172º | 0.34% | 0.34% | - |
| XYZ | 6.66 | 8.31 | 9.44 | - |
| YUV | 77.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 87 | 83 | 0.34 | 0 | 0.05 | 0.66 | 172 | 0.21 | 0.28 |
| Hex | 39 | 57 | 53 | 22 | 0 | 5 | 42 | AC | 15 | 1C |
| Octal | 71 | 127 | 123 | 42 | 0 | 5 | 102 | 254 | 25 | 34 |
| Binary | 111001 | 1010111 | 1010011 | 100010 | 0 | 101 | 1000010 | 10101100 | 10101 | 11100 |
Color Harmonies of #395753
Complementary color
Monochromatic Colors of #395753
Black with #395753
Text Example
Text Example
White with #395753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395753; }
p { color: rgb(57,87,83); }
H1.HeaderClassName
{
color: #395753;
}
.AnyTagClassName
{
color: #395753;
}
</style>
background-color css
<style>
a { background-color: #395753; }
a { background-color: rgb(57,87,83); }
div.DivClassName
{
background-color: #395753;
}
.BgClassName
{
background-color: #395753;
}
</style>
border-color css
<style>
span { border-color: #395753; }
span { border-color: rgb(57,87,83); }
td.TdClassName
{
border-color: #395753;
}
.TagClassName
{
border-color: #395753;
}
</style>