Shades of Blue Diamond #502270
Tints of Blue Diamond #502270
RGB
CMYK
RGB Variations
Color information
#502270 (or 0x502270) is known color: Blue Diamond. HEX triplet: 50, 22 and 70. RGB value is (80,34,112). Sum of RGB (Red+Green+Blue) = 80+34+112=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #502270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502270 is #AFDD8F. Grayscale: #383838. Windows color (decimal): -11525520 or 7348816. OLE color: 7348816.
HSL color Cylindrical-coordinate representation of color #502270: hue angle of 275.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #502270 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 34 | 112 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.56 |
| HSL | 275.38º | 0.53% | 0.29% | - |
| HSV(B) | 275.38º | 0.7% | 0.44% | - |
| XYZ | 6.8 | 4.02 | 15.75 | - |
| YUV | 56.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 112 | 0.29 | 0.70 | 0 | 0.56 | 275.38 | 0.53 | 0.29 |
| Hex | 50 | 22 | 70 | 1D | 46 | 0 | 38 | 113 | 35 | 1D |
| Octal | 120 | 42 | 160 | 35 | 106 | 0 | 70 | 423 | 65 | 35 |
| Binary | 1010000 | 100010 | 1110000 | 11101 | 1000110 | 0 | 111000 | 100010011 | 110101 | 11101 |
Color Harmonies of #502270
Complementary color
Monochromatic Colors of #502270
Black with #502270
Text Example
Text Example
White with #502270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502270; }
p { color: rgb(80,34,112); }
H1.HeaderClassName
{
color: #502270;
}
.AnyTagClassName
{
color: #502270;
}
</style>
background-color css
<style>
a { background-color: #502270; }
a { background-color: rgb(80,34,112); }
div.DivClassName
{
background-color: #502270;
}
.BgClassName
{
background-color: #502270;
}
</style>
border-color css
<style>
span { border-color: #502270; }
span { border-color: rgb(80,34,112); }
td.TdClassName
{
border-color: #502270;
}
.TagClassName
{
border-color: #502270;
}
</style>