Shades of Blue Diamond #521978
Tints of Blue Diamond #521978
RGB
CMYK
RGB Variations
Color information
#521978 (or 0x521978) is known color: Blue Diamond. HEX triplet: 52, 19 and 78. RGB value is (82,25,120). Sum of RGB (Red+Green+Blue) = 82+25+120=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #521978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521978 is #ADE687. Grayscale: #343434. Windows color (decimal): -11396744 or 7870802. OLE color: 7870802.
HSL color Cylindrical-coordinate representation of color #521978: hue angle of 276º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521978 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 25 | 120 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.53 |
| HSL | 276º | 0.66% | 0.28% | - |
| HSV(B) | 276º | 0.79% | 0.47% | - |
| XYZ | 7.22 | 3.85 | 18.13 | - |
| YUV | 52.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 120 | 0.32 | 0.79 | 0 | 0.53 | 276 | 0.66 | 0.28 |
| Hex | 52 | 19 | 78 | 20 | 4F | 0 | 35 | 114 | 42 | 1C |
| Octal | 122 | 31 | 170 | 40 | 117 | 0 | 65 | 424 | 102 | 34 |
| Binary | 1010010 | 11001 | 1111000 | 100000 | 1001111 | 0 | 110101 | 100010100 | 1000010 | 11100 |
Color Harmonies of #521978
Complementary color
Monochromatic Colors of #521978
Black with #521978
Text Example
Text Example
White with #521978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521978; }
p { color: rgb(82,25,120); }
H1.HeaderClassName
{
color: #521978;
}
.AnyTagClassName
{
color: #521978;
}
</style>
background-color css
<style>
a { background-color: #521978; }
a { background-color: rgb(82,25,120); }
div.DivClassName
{
background-color: #521978;
}
.BgClassName
{
background-color: #521978;
}
</style>
border-color css
<style>
span { border-color: #521978; }
span { border-color: rgb(82,25,120); }
td.TdClassName
{
border-color: #521978;
}
.TagClassName
{
border-color: #521978;
}
</style>