Shades of Blue Diamond #501A83
Tints of Blue Diamond #501A83
RGB
CMYK
RGB Variations
Color information
#501A83 (or 0x501A83) is known color: Blue Diamond. HEX triplet: 50, 1A and 83. RGB value is (80,26,131). Sum of RGB (Red+Green+Blue) = 80+26+131=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #501A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501A83 is #AFE57C. Grayscale: #353535. Windows color (decimal): -11527549 or 8591952. OLE color: 8591952.
HSL color Cylindrical-coordinate representation of color #501A83: hue angle of 270.86º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501A83 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 26 | 131 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.49 |
| HSL | 270.86º | 0.67% | 0.31% | - |
| HSV(B) | 270.86º | 0.8% | 0.51% | - |
| XYZ | 7.77 | 4.08 | 21.85 | - |
| YUV | 54.12 | 171.39 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 131 | 0.39 | 0.80 | 0 | 0.49 | 270.86 | 0.67 | 0.31 |
| Hex | 50 | 1A | 83 | 27 | 50 | 0 | 31 | 10F | 43 | 1F |
| Octal | 120 | 32 | 203 | 47 | 120 | 0 | 61 | 417 | 103 | 37 |
| Binary | 1010000 | 11010 | 10000011 | 100111 | 1010000 | 0 | 110001 | 100001111 | 1000011 | 11111 |
Color Harmonies of #501A83
Complementary color
Monochromatic Colors of #501A83
Black with #501A83
Text Example
Text Example
White with #501A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A83; }
p { color: rgb(80,26,131); }
H1.HeaderClassName
{
color: #501A83;
}
.AnyTagClassName
{
color: #501A83;
}
</style>
background-color css
<style>
a { background-color: #501A83; }
a { background-color: rgb(80,26,131); }
div.DivClassName
{
background-color: #501A83;
}
.BgClassName
{
background-color: #501A83;
}
</style>
border-color css
<style>
span { border-color: #501A83; }
span { border-color: rgb(80,26,131); }
td.TdClassName
{
border-color: #501A83;
}
.TagClassName
{
border-color: #501A83;
}
</style>