Shades of Blue Diamond #50226F
Tints of Blue Diamond #50226F
RGB
CMYK
RGB Variations
Color information
#50226F (or 0x50226F) is known color: Blue Diamond. HEX triplet: 50, 22 and 6F. RGB value is (80,34,111). Sum of RGB (Red+Green+Blue) = 80+34+111=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #50226F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50226F is #AFDD90. Grayscale: #383838. Windows color (decimal): -11525521 or 7283280. OLE color: 7283280.
HSL color Cylindrical-coordinate representation of color #50226F: hue angle of 275.84º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50226F is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 34 | 111 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.56 |
| HSL | 275.84º | 0.53% | 0.28% | - |
| HSV(B) | 275.84º | 0.69% | 0.44% | - |
| XYZ | 6.75 | 4 | 15.45 | - |
| YUV | 56.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 111 | 0.28 | 0.69 | 0 | 0.56 | 275.84 | 0.53 | 0.28 |
| Hex | 50 | 22 | 6F | 1C | 45 | 0 | 38 | 114 | 35 | 1C |
| Octal | 120 | 42 | 157 | 34 | 105 | 0 | 70 | 424 | 65 | 34 |
| Binary | 1010000 | 100010 | 1101111 | 11100 | 1000101 | 0 | 111000 | 100010100 | 110101 | 11100 |
Color Harmonies of #50226F
Complementary color
Monochromatic Colors of #50226F
Black with #50226F
Text Example
Text Example
White with #50226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50226F; }
p { color: rgb(80,34,111); }
H1.HeaderClassName
{
color: #50226F;
}
.AnyTagClassName
{
color: #50226F;
}
</style>
background-color css
<style>
a { background-color: #50226F; }
a { background-color: rgb(80,34,111); }
div.DivClassName
{
background-color: #50226F;
}
.BgClassName
{
background-color: #50226F;
}
</style>
border-color css
<style>
span { border-color: #50226F; }
span { border-color: rgb(80,34,111); }
td.TdClassName
{
border-color: #50226F;
}
.TagClassName
{
border-color: #50226F;
}
</style>