Shades of Blue Diamond #502675
Tints of Blue Diamond #502675
RGB
CMYK
RGB Variations
Color information
#502675 (or 0x502675) is known color: Blue Diamond. HEX triplet: 50, 26 and 75. RGB value is (80,38,117). Sum of RGB (Red+Green+Blue) = 80+38+117=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #502675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502675 is #AFD98A. Grayscale: #3B3B3B. Windows color (decimal): -11524491 or 7677520. OLE color: 7677520.
HSL color Cylindrical-coordinate representation of color #502675: hue angle of 271.9º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502675 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 38 | 117 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.54 |
| HSL | 271.9º | 0.51% | 0.3% | - |
| HSV(B) | 271.9º | 0.68% | 0.46% | - |
| XYZ | 7.21 | 4.38 | 17.29 | - |
| YUV | 59.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 38 | 117 | 0.32 | 0.68 | 0 | 0.54 | 271.9 | 0.51 | 0.3 |
| Hex | 50 | 26 | 75 | 20 | 44 | 0 | 36 | 110 | 33 | 1E |
| Octal | 120 | 46 | 165 | 40 | 104 | 0 | 66 | 420 | 63 | 36 |
| Binary | 1010000 | 100110 | 1110101 | 100000 | 1000100 | 0 | 110110 | 100010000 | 110011 | 11110 |
Color Harmonies of #502675
Complementary color
Monochromatic Colors of #502675
Black with #502675
Text Example
Text Example
White with #502675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502675; }
p { color: rgb(80,38,117); }
H1.HeaderClassName
{
color: #502675;
}
.AnyTagClassName
{
color: #502675;
}
</style>
background-color css
<style>
a { background-color: #502675; }
a { background-color: rgb(80,38,117); }
div.DivClassName
{
background-color: #502675;
}
.BgClassName
{
background-color: #502675;
}
</style>
border-color css
<style>
span { border-color: #502675; }
span { border-color: rgb(80,38,117); }
td.TdClassName
{
border-color: #502675;
}
.TagClassName
{
border-color: #502675;
}
</style>