Shades of Blue Diamond #521A75
Tints of Blue Diamond #521A75
RGB
CMYK
RGB Variations
Color information
#521A75 (or 0x521A75) is known color: Blue Diamond. HEX triplet: 52, 1A and 75. RGB value is (82,26,117). Sum of RGB (Red+Green+Blue) = 82+26+117=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #521A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A75 is #ADE58A. Grayscale: #343434. Windows color (decimal): -11396491 or 7674450. OLE color: 7674450.
HSL color Cylindrical-coordinate representation of color #521A75: hue angle of 276.92º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521A75 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 26 | 117 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.54 |
| HSL | 276.92º | 0.64% | 0.28% | - |
| HSV(B) | 276.92º | 0.78% | 0.46% | - |
| XYZ | 7.06 | 3.82 | 17.19 | - |
| YUV | 53.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 117 | 0.30 | 0.78 | 0 | 0.54 | 276.92 | 0.64 | 0.28 |
| Hex | 52 | 1A | 75 | 1E | 4E | 0 | 36 | 115 | 40 | 1C |
| Octal | 122 | 32 | 165 | 36 | 116 | 0 | 66 | 425 | 100 | 34 |
| Binary | 1010010 | 11010 | 1110101 | 11110 | 1001110 | 0 | 110110 | 100010101 | 1000000 | 11100 |
Color Harmonies of #521A75
Complementary color
Monochromatic Colors of #521A75
Black with #521A75
Text Example
Text Example
White with #521A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A75; }
p { color: rgb(82,26,117); }
H1.HeaderClassName
{
color: #521A75;
}
.AnyTagClassName
{
color: #521A75;
}
</style>
background-color css
<style>
a { background-color: #521A75; }
a { background-color: rgb(82,26,117); }
div.DivClassName
{
background-color: #521A75;
}
.BgClassName
{
background-color: #521A75;
}
</style>
border-color css
<style>
span { border-color: #521A75; }
span { border-color: rgb(82,26,117); }
td.TdClassName
{
border-color: #521A75;
}
.TagClassName
{
border-color: #521A75;
}
</style>