Shades of Blue Diamond #502E7C
Tints of Blue Diamond #502E7C
RGB
CMYK
RGB Variations
Color information
#502E7C (or 0x502E7C) is known color: Blue Diamond. HEX triplet: 50, 2E and 7C. RGB value is (80,46,124). Sum of RGB (Red+Green+Blue) = 80+46+124=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #502E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502E7C is #AFD183. Grayscale: #404040. Windows color (decimal): -11522436 or 8138320. OLE color: 8138320.
HSL color Cylindrical-coordinate representation of color #502E7C: hue angle of 266.15º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #502E7C is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 46 | 124 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.51 |
| HSL | 266.15º | 0.46% | 0.33% | - |
| HSV(B) | 266.15º | 0.63% | 0.49% | - |
| XYZ | 7.92 | 5.11 | 19.64 | - |
| YUV | 65.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 124 | 0.35 | 0.63 | 0 | 0.51 | 266.15 | 0.46 | 0.33 |
| Hex | 50 | 2E | 7C | 23 | 3F | 0 | 33 | 10A | 2E | 21 |
| Octal | 120 | 56 | 174 | 43 | 77 | 0 | 63 | 412 | 56 | 41 |
| Binary | 1010000 | 101110 | 1111100 | 100011 | 111111 | 0 | 110011 | 100001010 | 101110 | 100001 |
Color Harmonies of #502E7C
Complementary color
Monochromatic Colors of #502E7C
Black with #502E7C
Text Example
Text Example
White with #502E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E7C; }
p { color: rgb(80,46,124); }
H1.HeaderClassName
{
color: #502E7C;
}
.AnyTagClassName
{
color: #502E7C;
}
</style>
background-color css
<style>
a { background-color: #502E7C; }
a { background-color: rgb(80,46,124); }
div.DivClassName
{
background-color: #502E7C;
}
.BgClassName
{
background-color: #502E7C;
}
</style>
border-color css
<style>
span { border-color: #502E7C; }
span { border-color: rgb(80,46,124); }
td.TdClassName
{
border-color: #502E7C;
}
.TagClassName
{
border-color: #502E7C;
}
</style>