Shades of Blue Diamond #502D6C
Tints of Blue Diamond #502D6C
RGB
CMYK
RGB Variations
Color information
#502D6C (or 0x502D6C) is known color: Blue Diamond. HEX triplet: 50, 2D and 6C. RGB value is (80,45,108). Sum of RGB (Red+Green+Blue) = 80+45+108=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #502D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D6C is #AFD293. Grayscale: #3E3E3E. Windows color (decimal): -11522708 or 7089488. OLE color: 7089488.
HSL color Cylindrical-coordinate representation of color #502D6C: hue angle of 273.33º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #502D6C is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 45 | 108 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.58 |
| HSL | 273.33º | 0.41% | 0.3% | - |
| HSV(B) | 273.33º | 0.58% | 0.42% | - |
| XYZ | 6.95 | 4.66 | 14.72 | - |
| YUV | 62.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 108 | 0.26 | 0.58 | 0 | 0.58 | 273.33 | 0.41 | 0.3 |
| Hex | 50 | 2D | 6C | 1A | 3A | 0 | 3A | 111 | 29 | 1E |
| Octal | 120 | 55 | 154 | 32 | 72 | 0 | 72 | 421 | 51 | 36 |
| Binary | 1010000 | 101101 | 1101100 | 11010 | 111010 | 0 | 111010 | 100010001 | 101001 | 11110 |
Color Harmonies of #502D6C
Complementary color
Monochromatic Colors of #502D6C
Black with #502D6C
Text Example
Text Example
White with #502D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D6C; }
p { color: rgb(80,45,108); }
H1.HeaderClassName
{
color: #502D6C;
}
.AnyTagClassName
{
color: #502D6C;
}
</style>
background-color css
<style>
a { background-color: #502D6C; }
a { background-color: rgb(80,45,108); }
div.DivClassName
{
background-color: #502D6C;
}
.BgClassName
{
background-color: #502D6C;
}
</style>
border-color css
<style>
span { border-color: #502D6C; }
span { border-color: rgb(80,45,108); }
td.TdClassName
{
border-color: #502D6C;
}
.TagClassName
{
border-color: #502D6C;
}
</style>