Shades of Blue Diamond #501A75
Tints of Blue Diamond #501A75
RGB
CMYK
RGB Variations
Color information
#501A75 (or 0x501A75) is known color: Blue Diamond. HEX triplet: 50, 1A and 75. RGB value is (80,26,117). Sum of RGB (Red+Green+Blue) = 80+26+117=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #501A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A75 is #AFE58A. Grayscale: #343434. Windows color (decimal): -11527563 or 7674448. OLE color: 7674448.
HSL color Cylindrical-coordinate representation of color #501A75: hue angle of 275.6º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501A75 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 26 | 117 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.54 |
| HSL | 275.6º | 0.64% | 0.28% | - |
| HSV(B) | 275.6º | 0.78% | 0.46% | - |
| XYZ | 6.89 | 3.73 | 17.19 | - |
| YUV | 52.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 117 | 0.32 | 0.78 | 0 | 0.54 | 275.6 | 0.64 | 0.28 |
| Hex | 50 | 1A | 75 | 20 | 4E | 0 | 36 | 114 | 40 | 1C |
| Octal | 120 | 32 | 165 | 40 | 116 | 0 | 66 | 424 | 100 | 34 |
| Binary | 1010000 | 11010 | 1110101 | 100000 | 1001110 | 0 | 110110 | 100010100 | 1000000 | 11100 |
Color Harmonies of #501A75
Complementary color
Monochromatic Colors of #501A75
Black with #501A75
Text Example
Text Example
White with #501A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A75; }
p { color: rgb(80,26,117); }
H1.HeaderClassName
{
color: #501A75;
}
.AnyTagClassName
{
color: #501A75;
}
</style>
background-color css
<style>
a { background-color: #501A75; }
a { background-color: rgb(80,26,117); }
div.DivClassName
{
background-color: #501A75;
}
.BgClassName
{
background-color: #501A75;
}
</style>
border-color css
<style>
span { border-color: #501A75; }
span { border-color: rgb(80,26,117); }
td.TdClassName
{
border-color: #501A75;
}
.TagClassName
{
border-color: #501A75;
}
</style>