Shades of Blue Diamond #53316E
Tints of Blue Diamond #53316E
RGB
CMYK
RGB Variations
Color information
#53316E (or 0x53316E) is known color: Blue Diamond. HEX triplet: 53, 31 and 6E. RGB value is (83,49,110). Sum of RGB (Red+Green+Blue) = 83+49+110=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #53316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53316E is #ACCE91. Grayscale: #414141. Windows color (decimal): -11325074 or 7221587. OLE color: 7221587.
HSL color Cylindrical-coordinate representation of color #53316E: hue angle of 273.44º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53316E is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 49 | 110 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.57 |
| HSL | 273.44º | 0.38% | 0.31% | - |
| HSV(B) | 273.44º | 0.55% | 0.43% | - |
| XYZ | 7.48 | 5.16 | 15.35 | - |
| YUV | 66.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 110 | 0.25 | 0.55 | 0 | 0.57 | 273.44 | 0.38 | 0.31 |
| Hex | 53 | 31 | 6E | 19 | 37 | 0 | 39 | 111 | 26 | 1F |
| Octal | 123 | 61 | 156 | 31 | 67 | 0 | 71 | 421 | 46 | 37 |
| Binary | 1010011 | 110001 | 1101110 | 11001 | 110111 | 0 | 111001 | 100010001 | 100110 | 11111 |
Color Harmonies of #53316E
Complementary color
Monochromatic Colors of #53316E
Black with #53316E
Text Example
Text Example
White with #53316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53316E; }
p { color: rgb(83,49,110); }
H1.HeaderClassName
{
color: #53316E;
}
.AnyTagClassName
{
color: #53316E;
}
</style>
background-color css
<style>
a { background-color: #53316E; }
a { background-color: rgb(83,49,110); }
div.DivClassName
{
background-color: #53316E;
}
.BgClassName
{
background-color: #53316E;
}
</style>
border-color css
<style>
span { border-color: #53316E; }
span { border-color: rgb(83,49,110); }
td.TdClassName
{
border-color: #53316E;
}
.TagClassName
{
border-color: #53316E;
}
</style>