Shades of Blue Diamond #502476
Tints of Blue Diamond #502476
RGB
CMYK
RGB Variations
Color information
#502476 (or 0x502476) is known color: Blue Diamond. HEX triplet: 50, 24 and 76. RGB value is (80,36,118). Sum of RGB (Red+Green+Blue) = 80+36+118=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #502476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502476 is #AFDB89. Grayscale: #3A3A3A. Windows color (decimal): -11525002 or 7742544. OLE color: 7742544.
HSL color Cylindrical-coordinate representation of color #502476: hue angle of 272.2º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502476 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 36 | 118 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.54 |
| HSL | 272.2º | 0.53% | 0.3% | - |
| HSV(B) | 272.2º | 0.69% | 0.46% | - |
| XYZ | 7.21 | 4.28 | 17.58 | - |
| YUV | 58.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 118 | 0.32 | 0.69 | 0 | 0.54 | 272.2 | 0.53 | 0.3 |
| Hex | 50 | 24 | 76 | 20 | 45 | 0 | 36 | 110 | 35 | 1E |
| Octal | 120 | 44 | 166 | 40 | 105 | 0 | 66 | 420 | 65 | 36 |
| Binary | 1010000 | 100100 | 1110110 | 100000 | 1000101 | 0 | 110110 | 100010000 | 110101 | 11110 |
Color Harmonies of #502476
Complementary color
Monochromatic Colors of #502476
Black with #502476
Text Example
Text Example
White with #502476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502476; }
p { color: rgb(80,36,118); }
H1.HeaderClassName
{
color: #502476;
}
.AnyTagClassName
{
color: #502476;
}
</style>
background-color css
<style>
a { background-color: #502476; }
a { background-color: rgb(80,36,118); }
div.DivClassName
{
background-color: #502476;
}
.BgClassName
{
background-color: #502476;
}
</style>
border-color css
<style>
span { border-color: #502476; }
span { border-color: rgb(80,36,118); }
td.TdClassName
{
border-color: #502476;
}
.TagClassName
{
border-color: #502476;
}
</style>