Shades of Blue Diamond #502175
Tints of Blue Diamond #502175
RGB
CMYK
RGB Variations
Color information
#502175 (or 0x502175) is known color: Blue Diamond. HEX triplet: 50, 21 and 75. RGB value is (80,33,117). Sum of RGB (Red+Green+Blue) = 80+33+117=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #502175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502175 is #AFDE8A. Grayscale: #383838. Windows color (decimal): -11525771 or 7676240. OLE color: 7676240.
HSL color Cylindrical-coordinate representation of color #502175: hue angle of 273.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #502175 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 33 | 117 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.54 |
| HSL | 273.57º | 0.56% | 0.29% | - |
| HSV(B) | 273.57º | 0.72% | 0.46% | - |
| XYZ | 7.06 | 4.08 | 17.24 | - |
| YUV | 56.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 117 | 0.32 | 0.72 | 0 | 0.54 | 273.57 | 0.56 | 0.29 |
| Hex | 50 | 21 | 75 | 20 | 48 | 0 | 36 | 112 | 38 | 1D |
| Octal | 120 | 41 | 165 | 40 | 110 | 0 | 66 | 422 | 70 | 35 |
| Binary | 1010000 | 100001 | 1110101 | 100000 | 1001000 | 0 | 110110 | 100010010 | 111000 | 11101 |
Color Harmonies of #502175
Complementary color
Monochromatic Colors of #502175
Black with #502175
Text Example
Text Example
White with #502175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502175; }
p { color: rgb(80,33,117); }
H1.HeaderClassName
{
color: #502175;
}
.AnyTagClassName
{
color: #502175;
}
</style>
background-color css
<style>
a { background-color: #502175; }
a { background-color: rgb(80,33,117); }
div.DivClassName
{
background-color: #502175;
}
.BgClassName
{
background-color: #502175;
}
</style>
border-color css
<style>
span { border-color: #502175; }
span { border-color: rgb(80,33,117); }
td.TdClassName
{
border-color: #502175;
}
.TagClassName
{
border-color: #502175;
}
</style>