Shades of Blue Diamond #502C68
Tints of Blue Diamond #502C68
RGB
CMYK
RGB Variations
Color information
#502C68 (or 0x502C68) is known color: Blue Diamond. HEX triplet: 50, 2C and 68. RGB value is (80,44,104). Sum of RGB (Red+Green+Blue) = 80+44+104=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #502C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502C68 is #AFD397. Grayscale: #3D3D3D. Windows color (decimal): -11522968 or 6827088. OLE color: 6827088.
HSL color Cylindrical-coordinate representation of color #502C68: hue angle of 276º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #502C68 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 44 | 104 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.59 |
| HSL | 276º | 0.41% | 0.29% | - |
| HSV(B) | 276º | 0.58% | 0.41% | - |
| XYZ | 6.71 | 4.51 | 13.61 | - |
| YUV | 61.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 104 | 0.23 | 0.58 | 0 | 0.59 | 276 | 0.41 | 0.29 |
| Hex | 50 | 2C | 68 | 17 | 3A | 0 | 3B | 114 | 29 | 1D |
| Octal | 120 | 54 | 150 | 27 | 72 | 0 | 73 | 424 | 51 | 35 |
| Binary | 1010000 | 101100 | 1101000 | 10111 | 111010 | 0 | 111011 | 100010100 | 101001 | 11101 |
Color Harmonies of #502C68
Complementary color
Monochromatic Colors of #502C68
Black with #502C68
Text Example
Text Example
White with #502C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C68; }
p { color: rgb(80,44,104); }
H1.HeaderClassName
{
color: #502C68;
}
.AnyTagClassName
{
color: #502C68;
}
</style>
background-color css
<style>
a { background-color: #502C68; }
a { background-color: rgb(80,44,104); }
div.DivClassName
{
background-color: #502C68;
}
.BgClassName
{
background-color: #502C68;
}
</style>
border-color css
<style>
span { border-color: #502C68; }
span { border-color: rgb(80,44,104); }
td.TdClassName
{
border-color: #502C68;
}
.TagClassName
{
border-color: #502C68;
}
</style>