Shades of Blue Diamond #501877
Tints of Blue Diamond #501877
RGB
CMYK
RGB Variations
Color information
#501877 (or 0x501877) is known color: Blue Diamond. HEX triplet: 50, 18 and 77. RGB value is (80,24,119). Sum of RGB (Red+Green+Blue) = 80+24+119=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #501877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501877 is #AFE788. Grayscale: #333333. Windows color (decimal): -11528073 or 7805008. OLE color: 7805008.
HSL color Cylindrical-coordinate representation of color #501877: hue angle of 275.37º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501877 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 24 | 119 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.53 |
| HSL | 275.37º | 0.66% | 0.28% | - |
| HSV(B) | 275.37º | 0.8% | 0.47% | - |
| XYZ | 6.96 | 3.69 | 17.8 | - |
| YUV | 51.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 119 | 0.33 | 0.80 | 0 | 0.53 | 275.37 | 0.66 | 0.28 |
| Hex | 50 | 18 | 77 | 21 | 50 | 0 | 35 | 113 | 42 | 1C |
| Octal | 120 | 30 | 167 | 41 | 120 | 0 | 65 | 423 | 102 | 34 |
| Binary | 1010000 | 11000 | 1110111 | 100001 | 1010000 | 0 | 110101 | 100010011 | 1000010 | 11100 |
Color Harmonies of #501877
Complementary color
Monochromatic Colors of #501877
Black with #501877
Text Example
Text Example
White with #501877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501877; }
p { color: rgb(80,24,119); }
H1.HeaderClassName
{
color: #501877;
}
.AnyTagClassName
{
color: #501877;
}
</style>
background-color css
<style>
a { background-color: #501877; }
a { background-color: rgb(80,24,119); }
div.DivClassName
{
background-color: #501877;
}
.BgClassName
{
background-color: #501877;
}
</style>
border-color css
<style>
span { border-color: #501877; }
span { border-color: rgb(80,24,119); }
td.TdClassName
{
border-color: #501877;
}
.TagClassName
{
border-color: #501877;
}
</style>