Shades of Blue Diamond #571C7D
Tints of Blue Diamond #571C7D
RGB
CMYK
RGB Variations
Color information
#571C7D (or 0x571C7D) is known color: Blue Diamond. HEX triplet: 57, 1C and 7D. RGB value is (87,28,125). Sum of RGB (Red+Green+Blue) = 87+28+125=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #571C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C7D is #A8E382. Grayscale: #383838. Windows color (decimal): -11068291 or 8199255. OLE color: 8199255.
HSL color Cylindrical-coordinate representation of color #571C7D: hue angle of 276.49º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #571C7D is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 28 | 125 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.51 |
| HSL | 276.49º | 0.63% | 0.3% | - |
| HSV(B) | 276.49º | 0.78% | 0.49% | - |
| XYZ | 8.05 | 4.34 | 19.82 | - |
| YUV | 56.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 125 | 0.30 | 0.78 | 0 | 0.51 | 276.49 | 0.63 | 0.3 |
| Hex | 57 | 1C | 7D | 1E | 4E | 0 | 33 | 114 | 3F | 1E |
| Octal | 127 | 34 | 175 | 36 | 116 | 0 | 63 | 424 | 77 | 36 |
| Binary | 1010111 | 11100 | 1111101 | 11110 | 1001110 | 0 | 110011 | 100010100 | 111111 | 11110 |
Color Harmonies of #571C7D
Complementary color
Monochromatic Colors of #571C7D
Black with #571C7D
Text Example
Text Example
White with #571C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C7D; }
p { color: rgb(87,28,125); }
H1.HeaderClassName
{
color: #571C7D;
}
.AnyTagClassName
{
color: #571C7D;
}
</style>
background-color css
<style>
a { background-color: #571C7D; }
a { background-color: rgb(87,28,125); }
div.DivClassName
{
background-color: #571C7D;
}
.BgClassName
{
background-color: #571C7D;
}
</style>
border-color css
<style>
span { border-color: #571C7D; }
span { border-color: rgb(87,28,125); }
td.TdClassName
{
border-color: #571C7D;
}
.TagClassName
{
border-color: #571C7D;
}
</style>