Shades of Blue Diamond #50197B
Tints of Blue Diamond #50197B
RGB
CMYK
RGB Variations
Color information
#50197B (or 0x50197B) is known color: Blue Diamond. HEX triplet: 50, 19 and 7B. RGB value is (80,25,123). Sum of RGB (Red+Green+Blue) = 80+25+123=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #50197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50197B is #AFE684. Grayscale: #343434. Windows color (decimal): -11527813 or 8067408. OLE color: 8067408.
HSL color Cylindrical-coordinate representation of color #50197B: hue angle of 273.67º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50197B is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 25 | 123 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.52 |
| HSL | 273.67º | 0.66% | 0.29% | - |
| HSV(B) | 273.67º | 0.8% | 0.48% | - |
| XYZ | 7.23 | 3.83 | 19.1 | - |
| YUV | 52.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 123 | 0.35 | 0.80 | 0 | 0.52 | 273.67 | 0.66 | 0.29 |
| Hex | 50 | 19 | 7B | 23 | 50 | 0 | 34 | 112 | 42 | 1D |
| Octal | 120 | 31 | 173 | 43 | 120 | 0 | 64 | 422 | 102 | 35 |
| Binary | 1010000 | 11001 | 1111011 | 100011 | 1010000 | 0 | 110100 | 100010010 | 1000010 | 11101 |
Color Harmonies of #50197B
Complementary color
Monochromatic Colors of #50197B
Black with #50197B
Text Example
Text Example
White with #50197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50197B; }
p { color: rgb(80,25,123); }
H1.HeaderClassName
{
color: #50197B;
}
.AnyTagClassName
{
color: #50197B;
}
</style>
background-color css
<style>
a { background-color: #50197B; }
a { background-color: rgb(80,25,123); }
div.DivClassName
{
background-color: #50197B;
}
.BgClassName
{
background-color: #50197B;
}
</style>
border-color css
<style>
span { border-color: #50197B; }
span { border-color: rgb(80,25,123); }
td.TdClassName
{
border-color: #50197B;
}
.TagClassName
{
border-color: #50197B;
}
</style>