Shades of Blue Diamond #502183
Tints of Blue Diamond #502183
RGB
CMYK
RGB Variations
Color information
#502183 (or 0x502183) is known color: Blue Diamond. HEX triplet: 50, 21 and 83. RGB value is (80,33,131). Sum of RGB (Red+Green+Blue) = 80+33+131=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #502183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502183 is #AFDE7C. Grayscale: #393939. Windows color (decimal): -11525757 or 8593744. OLE color: 8593744.
HSL color Cylindrical-coordinate representation of color #502183: hue angle of 268.78º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502183 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 33 | 131 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.49 |
| HSL | 268.78º | 0.6% | 0.32% | - |
| HSV(B) | 268.78º | 0.75% | 0.51% | - |
| XYZ | 7.95 | 4.43 | 21.91 | - |
| YUV | 58.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 131 | 0.39 | 0.75 | 0 | 0.49 | 268.78 | 0.6 | 0.32 |
| Hex | 50 | 21 | 83 | 27 | 4B | 0 | 31 | 10D | 3C | 20 |
| Octal | 120 | 41 | 203 | 47 | 113 | 0 | 61 | 415 | 74 | 40 |
| Binary | 1010000 | 100001 | 10000011 | 100111 | 1001011 | 0 | 110001 | 100001101 | 111100 | 100000 |
Color Harmonies of #502183
Complementary color
Monochromatic Colors of #502183
Black with #502183
Text Example
Text Example
White with #502183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502183; }
p { color: rgb(80,33,131); }
H1.HeaderClassName
{
color: #502183;
}
.AnyTagClassName
{
color: #502183;
}
</style>
background-color css
<style>
a { background-color: #502183; }
a { background-color: rgb(80,33,131); }
div.DivClassName
{
background-color: #502183;
}
.BgClassName
{
background-color: #502183;
}
</style>
border-color css
<style>
span { border-color: #502183; }
span { border-color: rgb(80,33,131); }
td.TdClassName
{
border-color: #502183;
}
.TagClassName
{
border-color: #502183;
}
</style>