Shades of Blue Diamond #501875
Tints of Blue Diamond #501875
RGB
CMYK
RGB Variations
Color information
#501875 (or 0x501875) is known color: Blue Diamond. HEX triplet: 50, 18 and 75. RGB value is (80,24,117). Sum of RGB (Red+Green+Blue) = 80+24+117=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #501875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501875 is #AFE78A. Grayscale: #333333. Windows color (decimal): -11528075 or 7673936. OLE color: 7673936.
HSL color Cylindrical-coordinate representation of color #501875: hue angle of 276.13º degrees, saturation: 0.66, 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 #501875 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 24 | 117 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.54 |
| HSL | 276.13º | 0.66% | 0.28% | - |
| HSV(B) | 276.13º | 0.79% | 0.46% | - |
| XYZ | 6.85 | 3.64 | 17.17 | - |
| YUV | 51.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 117 | 0.32 | 0.79 | 0 | 0.54 | 276.13 | 0.66 | 0.28 |
| Hex | 50 | 18 | 75 | 20 | 4F | 0 | 36 | 114 | 42 | 1C |
| Octal | 120 | 30 | 165 | 40 | 117 | 0 | 66 | 424 | 102 | 34 |
| Binary | 1010000 | 11000 | 1110101 | 100000 | 1001111 | 0 | 110110 | 100010100 | 1000010 | 11100 |
Color Harmonies of #501875
Complementary color
Monochromatic Colors of #501875
Black with #501875
Text Example
Text Example
White with #501875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501875; }
p { color: rgb(80,24,117); }
H1.HeaderClassName
{
color: #501875;
}
.AnyTagClassName
{
color: #501875;
}
</style>
background-color css
<style>
a { background-color: #501875; }
a { background-color: rgb(80,24,117); }
div.DivClassName
{
background-color: #501875;
}
.BgClassName
{
background-color: #501875;
}
</style>
border-color css
<style>
span { border-color: #501875; }
span { border-color: rgb(80,24,117); }
td.TdClassName
{
border-color: #501875;
}
.TagClassName
{
border-color: #501875;
}
</style>