Shades of Blue Diamond #502A68
Tints of Blue Diamond #502A68
RGB
CMYK
RGB Variations
Color information
#502A68 (or 0x502A68) is known color: Blue Diamond. HEX triplet: 50, 2A and 68. RGB value is (80,42,104). Sum of RGB (Red+Green+Blue) = 80+42+104=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #502A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A68 is #AFD597. Grayscale: #3C3C3C. Windows color (decimal): -11523480 or 6826576. OLE color: 6826576.
HSL color Cylindrical-coordinate representation of color #502A68: hue angle of 276.77º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502A68 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 42 | 104 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.59 |
| HSL | 276.77º | 0.42% | 0.29% | - |
| HSV(B) | 276.77º | 0.6% | 0.41% | - |
| XYZ | 6.63 | 4.36 | 13.59 | - |
| YUV | 60.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 104 | 0.23 | 0.60 | 0 | 0.59 | 276.77 | 0.42 | 0.29 |
| Hex | 50 | 2A | 68 | 17 | 3C | 0 | 3B | 115 | 2A | 1D |
| Octal | 120 | 52 | 150 | 27 | 74 | 0 | 73 | 425 | 52 | 35 |
| Binary | 1010000 | 101010 | 1101000 | 10111 | 111100 | 0 | 111011 | 100010101 | 101010 | 11101 |
Color Harmonies of #502A68
Complementary color
Monochromatic Colors of #502A68
Black with #502A68
Text Example
Text Example
White with #502A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A68; }
p { color: rgb(80,42,104); }
H1.HeaderClassName
{
color: #502A68;
}
.AnyTagClassName
{
color: #502A68;
}
</style>
background-color css
<style>
a { background-color: #502A68; }
a { background-color: rgb(80,42,104); }
div.DivClassName
{
background-color: #502A68;
}
.BgClassName
{
background-color: #502A68;
}
</style>
border-color css
<style>
span { border-color: #502A68; }
span { border-color: rgb(80,42,104); }
td.TdClassName
{
border-color: #502A68;
}
.TagClassName
{
border-color: #502A68;
}
</style>