Shades of Blue Diamond #501975
Tints of Blue Diamond #501975
RGB
CMYK
RGB Variations
Color information
#501975 (or 0x501975) is known color: Blue Diamond. HEX triplet: 50, 19 and 75. RGB value is (80,25,117). Sum of RGB (Red+Green+Blue) = 80+25+117=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #501975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501975 is #AFE68A. Grayscale: #333333. Windows color (decimal): -11527819 or 7674192. OLE color: 7674192.
HSL color Cylindrical-coordinate representation of color #501975: hue angle of 275.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501975 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 25 | 117 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.54 |
| HSL | 275.87º | 0.65% | 0.28% | - |
| HSV(B) | 275.87º | 0.79% | 0.46% | - |
| XYZ | 6.87 | 3.69 | 17.18 | - |
| YUV | 51.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 117 | 0.32 | 0.79 | 0 | 0.54 | 275.87 | 0.65 | 0.28 |
| Hex | 50 | 19 | 75 | 20 | 4F | 0 | 36 | 114 | 41 | 1C |
| Octal | 120 | 31 | 165 | 40 | 117 | 0 | 66 | 424 | 101 | 34 |
| Binary | 1010000 | 11001 | 1110101 | 100000 | 1001111 | 0 | 110110 | 100010100 | 1000001 | 11100 |
Color Harmonies of #501975
Complementary color
Monochromatic Colors of #501975
Black with #501975
Text Example
Text Example
White with #501975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501975; }
p { color: rgb(80,25,117); }
H1.HeaderClassName
{
color: #501975;
}
.AnyTagClassName
{
color: #501975;
}
</style>
background-color css
<style>
a { background-color: #501975; }
a { background-color: rgb(80,25,117); }
div.DivClassName
{
background-color: #501975;
}
.BgClassName
{
background-color: #501975;
}
</style>
border-color css
<style>
span { border-color: #501975; }
span { border-color: rgb(80,25,117); }
td.TdClassName
{
border-color: #501975;
}
.TagClassName
{
border-color: #501975;
}
</style>