Shades of Blue Diamond #502669
Tints of Blue Diamond #502669
RGB
CMYK
RGB Variations
Color information
#502669 (or 0x502669) is known color: Blue Diamond. HEX triplet: 50, 26 and 69. RGB value is (80,38,105). Sum of RGB (Red+Green+Blue) = 80+38+105=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #502669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502669 is #AFD996. Grayscale: #393939. Windows color (decimal): -11524503 or 6891088. OLE color: 6891088.
HSL color Cylindrical-coordinate representation of color #502669: hue angle of 277.61º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #502669 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 38 | 105 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.59 |
| HSL | 277.61º | 0.47% | 0.28% | - |
| HSV(B) | 277.61º | 0.64% | 0.41% | - |
| XYZ | 6.55 | 4.11 | 13.81 | - |
| YUV | 58.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 38 | 105 | 0.24 | 0.64 | 0 | 0.59 | 277.61 | 0.47 | 0.28 |
| Hex | 50 | 26 | 69 | 18 | 40 | 0 | 3B | 116 | 2F | 1C |
| Octal | 120 | 46 | 151 | 30 | 100 | 0 | 73 | 426 | 57 | 34 |
| Binary | 1010000 | 100110 | 1101001 | 11000 | 1000000 | 0 | 111011 | 100010110 | 101111 | 11100 |
Color Harmonies of #502669
Complementary color
Monochromatic Colors of #502669
Black with #502669
Text Example
Text Example
White with #502669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502669; }
p { color: rgb(80,38,105); }
H1.HeaderClassName
{
color: #502669;
}
.AnyTagClassName
{
color: #502669;
}
</style>
background-color css
<style>
a { background-color: #502669; }
a { background-color: rgb(80,38,105); }
div.DivClassName
{
background-color: #502669;
}
.BgClassName
{
background-color: #502669;
}
</style>
border-color css
<style>
span { border-color: #502669; }
span { border-color: rgb(80,38,105); }
td.TdClassName
{
border-color: #502669;
}
.TagClassName
{
border-color: #502669;
}
</style>