Shades of Blue Diamond #502275
Tints of Blue Diamond #502275
RGB
CMYK
RGB Variations
Color information
#502275 (or 0x502275) is known color: Blue Diamond. HEX triplet: 50, 22 and 75. RGB value is (80,34,117). Sum of RGB (Red+Green+Blue) = 80+34+117=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #502275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502275 is #AFDD8A. Grayscale: #383838. Windows color (decimal): -11525515 or 7676496. OLE color: 7676496.
HSL color Cylindrical-coordinate representation of color #502275: hue angle of 273.25º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #502275 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 34 | 117 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.54 |
| HSL | 273.25º | 0.55% | 0.3% | - |
| HSV(B) | 273.25º | 0.71% | 0.46% | - |
| XYZ | 7.09 | 4.13 | 17.25 | - |
| YUV | 57.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 117 | 0.32 | 0.71 | 0 | 0.54 | 273.25 | 0.55 | 0.3 |
| Hex | 50 | 22 | 75 | 20 | 47 | 0 | 36 | 111 | 37 | 1E |
| Octal | 120 | 42 | 165 | 40 | 107 | 0 | 66 | 421 | 67 | 36 |
| Binary | 1010000 | 100010 | 1110101 | 100000 | 1000111 | 0 | 110110 | 100010001 | 110111 | 11110 |
Color Harmonies of #502275
Complementary color
Monochromatic Colors of #502275
Black with #502275
Text Example
Text Example
White with #502275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502275; }
p { color: rgb(80,34,117); }
H1.HeaderClassName
{
color: #502275;
}
.AnyTagClassName
{
color: #502275;
}
</style>
background-color css
<style>
a { background-color: #502275; }
a { background-color: rgb(80,34,117); }
div.DivClassName
{
background-color: #502275;
}
.BgClassName
{
background-color: #502275;
}
</style>
border-color css
<style>
span { border-color: #502275; }
span { border-color: rgb(80,34,117); }
td.TdClassName
{
border-color: #502275;
}
.TagClassName
{
border-color: #502275;
}
</style>