Shades of Blue Diamond #53196F
Tints of Blue Diamond #53196F
RGB
CMYK
RGB Variations
Color information
#53196F (or 0x53196F) is known color: Blue Diamond. HEX triplet: 53, 19 and 6F. RGB value is (83,25,111). Sum of RGB (Red+Green+Blue) = 83+25+111=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #53196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53196F is #ACE690. Grayscale: #333333. Windows color (decimal): -11331217 or 7280979. OLE color: 7280979.
HSL color Cylindrical-coordinate representation of color #53196F: hue angle of 280.47º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53196F is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 25 | 111 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.56 |
| HSL | 280.47º | 0.63% | 0.27% | - |
| HSV(B) | 280.47º | 0.77% | 0.44% | - |
| XYZ | 6.78 | 3.68 | 15.39 | - |
| YUV | 52.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 111 | 0.25 | 0.77 | 0 | 0.56 | 280.47 | 0.63 | 0.27 |
| Hex | 53 | 19 | 6F | 19 | 4D | 0 | 38 | 118 | 3F | 1B |
| Octal | 123 | 31 | 157 | 31 | 115 | 0 | 70 | 430 | 77 | 33 |
| Binary | 1010011 | 11001 | 1101111 | 11001 | 1001101 | 0 | 111000 | 100011000 | 111111 | 11011 |
Color Harmonies of #53196F
Complementary color
Monochromatic Colors of #53196F
Black with #53196F
Text Example
Text Example
White with #53196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53196F; }
p { color: rgb(83,25,111); }
H1.HeaderClassName
{
color: #53196F;
}
.AnyTagClassName
{
color: #53196F;
}
</style>
background-color css
<style>
a { background-color: #53196F; }
a { background-color: rgb(83,25,111); }
div.DivClassName
{
background-color: #53196F;
}
.BgClassName
{
background-color: #53196F;
}
</style>
border-color css
<style>
span { border-color: #53196F; }
span { border-color: rgb(83,25,111); }
td.TdClassName
{
border-color: #53196F;
}
.TagClassName
{
border-color: #53196F;
}
</style>