Shades of Blue Diamond #571E72
Tints of Blue Diamond #571E72
RGB
CMYK
RGB Variations
Color information
#571E72 (or 0x571E72) is known color: Blue Diamond. HEX triplet: 57, 1E and 72. RGB value is (87,30,114). Sum of RGB (Red+Green+Blue) = 87+30+114=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #571E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E72 is #A8E18D. Grayscale: #383838. Windows color (decimal): -11067790 or 7478871. OLE color: 7478871.
HSL color Cylindrical-coordinate representation of color #571E72: hue angle of 280.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571E72 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 30 | 114 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.55 |
| HSL | 280.71º | 0.58% | 0.28% | - |
| HSV(B) | 280.71º | 0.74% | 0.45% | - |
| XYZ | 7.43 | 4.17 | 16.33 | - |
| YUV | 56.62 | 160.38 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 114 | 0.24 | 0.74 | 0 | 0.55 | 280.71 | 0.58 | 0.28 |
| Hex | 57 | 1E | 72 | 18 | 4A | 0 | 37 | 119 | 3A | 1C |
| Octal | 127 | 36 | 162 | 30 | 112 | 0 | 67 | 431 | 72 | 34 |
| Binary | 1010111 | 11110 | 1110010 | 11000 | 1001010 | 0 | 110111 | 100011001 | 111010 | 11100 |
Color Harmonies of #571E72
Complementary color
Monochromatic Colors of #571E72
Black with #571E72
Text Example
Text Example
White with #571E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E72; }
p { color: rgb(87,30,114); }
H1.HeaderClassName
{
color: #571E72;
}
.AnyTagClassName
{
color: #571E72;
}
</style>
background-color css
<style>
a { background-color: #571E72; }
a { background-color: rgb(87,30,114); }
div.DivClassName
{
background-color: #571E72;
}
.BgClassName
{
background-color: #571E72;
}
</style>
border-color css
<style>
span { border-color: #571E72; }
span { border-color: rgb(87,30,114); }
td.TdClassName
{
border-color: #571E72;
}
.TagClassName
{
border-color: #571E72;
}
</style>