Shades of Blue Diamond #501774
Tints of Blue Diamond #501774
RGB
CMYK
RGB Variations
Color information
#501774 (or 0x501774) is known color: Blue Diamond. HEX triplet: 50, 17 and 74. RGB value is (80,23,116). Sum of RGB (Red+Green+Blue) = 80+23+116=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #501774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501774 is #AFE88B. Grayscale: #323232. Windows color (decimal): -11528332 or 7608144. OLE color: 7608144.
HSL color Cylindrical-coordinate representation of color #501774: hue angle of 276.77º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501774 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 23 | 116 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.55 |
| HSL | 276.77º | 0.67% | 0.27% | - |
| HSV(B) | 276.77º | 0.8% | 0.45% | - |
| XYZ | 6.77 | 3.58 | 16.86 | - |
| YUV | 50.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 116 | 0.31 | 0.80 | 0 | 0.55 | 276.77 | 0.67 | 0.27 |
| Hex | 50 | 17 | 74 | 1F | 50 | 0 | 37 | 115 | 43 | 1B |
| Octal | 120 | 27 | 164 | 37 | 120 | 0 | 67 | 425 | 103 | 33 |
| Binary | 1010000 | 10111 | 1110100 | 11111 | 1010000 | 0 | 110111 | 100010101 | 1000011 | 11011 |
Color Harmonies of #501774
Complementary color
Monochromatic Colors of #501774
Black with #501774
Text Example
Text Example
White with #501774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501774; }
p { color: rgb(80,23,116); }
H1.HeaderClassName
{
color: #501774;
}
.AnyTagClassName
{
color: #501774;
}
</style>
background-color css
<style>
a { background-color: #501774; }
a { background-color: rgb(80,23,116); }
div.DivClassName
{
background-color: #501774;
}
.BgClassName
{
background-color: #501774;
}
</style>
border-color css
<style>
span { border-color: #501774; }
span { border-color: rgb(80,23,116); }
td.TdClassName
{
border-color: #501774;
}
.TagClassName
{
border-color: #501774;
}
</style>