Shades of Blue Diamond #501978
Tints of Blue Diamond #501978
RGB
CMYK
RGB Variations
Color information
#501978 (or 0x501978) is known color: Blue Diamond. HEX triplet: 50, 19 and 78. RGB value is (80,25,120). Sum of RGB (Red+Green+Blue) = 80+25+120=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #501978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501978 is #AFE687. Grayscale: #333333. Windows color (decimal): -11527816 or 7870800. OLE color: 7870800.
HSL color Cylindrical-coordinate representation of color #501978: hue angle of 274.74º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501978 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 25 | 120 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.53 |
| HSL | 274.74º | 0.66% | 0.28% | - |
| HSV(B) | 274.74º | 0.79% | 0.47% | - |
| XYZ | 7.05 | 3.76 | 18.12 | - |
| YUV | 52.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 120 | 0.33 | 0.79 | 0 | 0.53 | 274.74 | 0.66 | 0.28 |
| Hex | 50 | 19 | 78 | 21 | 4F | 0 | 35 | 113 | 42 | 1C |
| Octal | 120 | 31 | 170 | 41 | 117 | 0 | 65 | 423 | 102 | 34 |
| Binary | 1010000 | 11001 | 1111000 | 100001 | 1001111 | 0 | 110101 | 100010011 | 1000010 | 11100 |
Color Harmonies of #501978
Complementary color
Monochromatic Colors of #501978
Black with #501978
Text Example
Text Example
White with #501978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501978; }
p { color: rgb(80,25,120); }
H1.HeaderClassName
{
color: #501978;
}
.AnyTagClassName
{
color: #501978;
}
</style>
background-color css
<style>
a { background-color: #501978; }
a { background-color: rgb(80,25,120); }
div.DivClassName
{
background-color: #501978;
}
.BgClassName
{
background-color: #501978;
}
</style>
border-color css
<style>
span { border-color: #501978; }
span { border-color: rgb(80,25,120); }
td.TdClassName
{
border-color: #501978;
}
.TagClassName
{
border-color: #501978;
}
</style>