Shades of Blue Diamond #501770
Tints of Blue Diamond #501770
RGB
CMYK
RGB Variations
Color information
#501770 (or 0x501770) is known color: Blue Diamond. HEX triplet: 50, 17 and 70. RGB value is (80,23,112). Sum of RGB (Red+Green+Blue) = 80+23+112=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #501770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501770 is #AFE88F. Grayscale: #313131. Windows color (decimal): -11528336 or 7346000. OLE color: 7346000.
HSL color Cylindrical-coordinate representation of color #501770: hue angle of 278.43º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501770 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 23 | 112 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.56 |
| HSL | 278.43º | 0.66% | 0.26% | - |
| HSV(B) | 278.43º | 0.79% | 0.44% | - |
| XYZ | 6.54 | 3.49 | 15.66 | - |
| YUV | 50.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 112 | 0.29 | 0.79 | 0 | 0.56 | 278.43 | 0.66 | 0.26 |
| Hex | 50 | 17 | 70 | 1D | 4F | 0 | 38 | 116 | 42 | 1A |
| Octal | 120 | 27 | 160 | 35 | 117 | 0 | 70 | 426 | 102 | 32 |
| Binary | 1010000 | 10111 | 1110000 | 11101 | 1001111 | 0 | 111000 | 100010110 | 1000010 | 11010 |
Color Harmonies of #501770
Complementary color
Monochromatic Colors of #501770
Black with #501770
Text Example
Text Example
White with #501770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501770; }
p { color: rgb(80,23,112); }
H1.HeaderClassName
{
color: #501770;
}
.AnyTagClassName
{
color: #501770;
}
</style>
background-color css
<style>
a { background-color: #501770; }
a { background-color: rgb(80,23,112); }
div.DivClassName
{
background-color: #501770;
}
.BgClassName
{
background-color: #501770;
}
</style>
border-color css
<style>
span { border-color: #501770; }
span { border-color: rgb(80,23,112); }
td.TdClassName
{
border-color: #501770;
}
.TagClassName
{
border-color: #501770;
}
</style>