Shades of Blue Diamond #50266D
Tints of Blue Diamond #50266D
RGB
CMYK
RGB Variations
Color information
#50266D (or 0x50266D) is known color: Blue Diamond. HEX triplet: 50, 26 and 6D. RGB value is (80,38,109). Sum of RGB (Red+Green+Blue) = 80+38+109=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #50266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50266D is #AFD992. Grayscale: #3A3A3A. Windows color (decimal): -11524499 or 7153232. OLE color: 7153232.
HSL color Cylindrical-coordinate representation of color #50266D: hue angle of 275.49º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50266D is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 38 | 109 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.57 |
| HSL | 275.49º | 0.48% | 0.29% | - |
| HSV(B) | 275.49º | 0.65% | 0.43% | - |
| XYZ | 6.76 | 4.2 | 14.92 | - |
| YUV | 58.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 38 | 109 | 0.27 | 0.65 | 0 | 0.57 | 275.49 | 0.48 | 0.29 |
| Hex | 50 | 26 | 6D | 1B | 41 | 0 | 39 | 113 | 30 | 1D |
| Octal | 120 | 46 | 155 | 33 | 101 | 0 | 71 | 423 | 60 | 35 |
| Binary | 1010000 | 100110 | 1101101 | 11011 | 1000001 | 0 | 111001 | 100010011 | 110000 | 11101 |
Color Harmonies of #50266D
Complementary color
Monochromatic Colors of #50266D
Black with #50266D
Text Example
Text Example
White with #50266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50266D; }
p { color: rgb(80,38,109); }
H1.HeaderClassName
{
color: #50266D;
}
.AnyTagClassName
{
color: #50266D;
}
</style>
background-color css
<style>
a { background-color: #50266D; }
a { background-color: rgb(80,38,109); }
div.DivClassName
{
background-color: #50266D;
}
.BgClassName
{
background-color: #50266D;
}
</style>
border-color css
<style>
span { border-color: #50266D; }
span { border-color: rgb(80,38,109); }
td.TdClassName
{
border-color: #50266D;
}
.TagClassName
{
border-color: #50266D;
}
</style>