Shades of Blue Dianne #375753
Tints of Blue Dianne #375753
RGB
CMYK
RGB Variations
Color information
#375753 (or 0x375753) is known color: Blue Dianne. HEX triplet: 37, 57 and 53. RGB value is (55,87,83). Sum of RGB (Red+Green+Blue) = 55+87+83=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #375753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375753 is #C8A8AC. Grayscale: #4C4C4C. Windows color (decimal): -13150381 or 5461815. OLE color: 5461815.
HSL color Cylindrical-coordinate representation of color #375753: hue angle of 172.5º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #375753 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 87 | 83 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.66 |
| HSL | 172.5º | 0.23% | 0.28% | - |
| HSV(B) | 172.5º | 0.37% | 0.34% | - |
| XYZ | 6.55 | 8.25 | 9.43 | - |
| YUV | 76.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 83 | 0.37 | 0 | 0.05 | 0.66 | 172.5 | 0.23 | 0.28 |
| Hex | 37 | 57 | 53 | 25 | 0 | 5 | 42 | AC | 17 | 1C |
| Octal | 67 | 127 | 123 | 45 | 0 | 5 | 102 | 254 | 27 | 34 |
| Binary | 110111 | 1010111 | 1010011 | 100101 | 0 | 101 | 1000010 | 10101100 | 10111 | 11100 |
Color Harmonies of #375753
Complementary color
Monochromatic Colors of #375753
Black with #375753
Text Example
Text Example
White with #375753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375753; }
p { color: rgb(55,87,83); }
H1.HeaderClassName
{
color: #375753;
}
.AnyTagClassName
{
color: #375753;
}
</style>
background-color css
<style>
a { background-color: #375753; }
a { background-color: rgb(55,87,83); }
div.DivClassName
{
background-color: #375753;
}
.BgClassName
{
background-color: #375753;
}
</style>
border-color css
<style>
span { border-color: #375753; }
span { border-color: rgb(55,87,83); }
td.TdClassName
{
border-color: #375753;
}
.TagClassName
{
border-color: #375753;
}
</style>