Shades of Blue Diamond #571976
Tints of Blue Diamond #571976
RGB
CMYK
RGB Variations
Color information
#571976 (or 0x571976) is known color: Blue Diamond. HEX triplet: 57, 19 and 76. RGB value is (87,25,118). Sum of RGB (Red+Green+Blue) = 87+25+118=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #571976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571976 is #A8E689. Grayscale: #353535. Windows color (decimal): -11069066 or 7739735. OLE color: 7739735.
HSL color Cylindrical-coordinate representation of color #571976: hue angle of 280º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571976 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 25 | 118 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.54 |
| HSL | 280º | 0.65% | 0.28% | - |
| HSV(B) | 280º | 0.79% | 0.46% | - |
| XYZ | 7.55 | 4.03 | 17.52 | - |
| YUV | 54.14 | 164.04 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 118 | 0.26 | 0.79 | 0 | 0.54 | 280 | 0.65 | 0.28 |
| Hex | 57 | 19 | 76 | 1A | 4F | 0 | 36 | 118 | 41 | 1C |
| Octal | 127 | 31 | 166 | 32 | 117 | 0 | 66 | 430 | 101 | 34 |
| Binary | 1010111 | 11001 | 1110110 | 11010 | 1001111 | 0 | 110110 | 100011000 | 1000001 | 11100 |
Color Harmonies of #571976
Complementary color
Monochromatic Colors of #571976
Black with #571976
Text Example
Text Example
White with #571976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571976; }
p { color: rgb(87,25,118); }
H1.HeaderClassName
{
color: #571976;
}
.AnyTagClassName
{
color: #571976;
}
</style>
background-color css
<style>
a { background-color: #571976; }
a { background-color: rgb(87,25,118); }
div.DivClassName
{
background-color: #571976;
}
.BgClassName
{
background-color: #571976;
}
</style>
border-color css
<style>
span { border-color: #571976; }
span { border-color: rgb(87,25,118); }
td.TdClassName
{
border-color: #571976;
}
.TagClassName
{
border-color: #571976;
}
</style>