Shades of Blue Diamond #572773
Tints of Blue Diamond #572773
RGB
CMYK
RGB Variations
Color information
#572773 (or 0x572773) is known color: Blue Diamond. HEX triplet: 57, 27 and 73. RGB value is (87,39,115). Sum of RGB (Red+Green+Blue) = 87+39+115=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #572773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572773 is #A8D88C. Grayscale: #3D3D3D. Windows color (decimal): -11065485 or 7546711. OLE color: 7546711.
HSL color Cylindrical-coordinate representation of color #572773: hue angle of 277.89º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #572773 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 39 | 115 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.55 |
| HSL | 277.89º | 0.49% | 0.3% | - |
| HSV(B) | 277.89º | 0.66% | 0.45% | - |
| XYZ | 7.75 | 4.72 | 16.72 | - |
| YUV | 62.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 39 | 115 | 0.24 | 0.66 | 0 | 0.55 | 277.89 | 0.49 | 0.3 |
| Hex | 57 | 27 | 73 | 18 | 42 | 0 | 37 | 116 | 31 | 1E |
| Octal | 127 | 47 | 163 | 30 | 102 | 0 | 67 | 426 | 61 | 36 |
| Binary | 1010111 | 100111 | 1110011 | 11000 | 1000010 | 0 | 110111 | 100010110 | 110001 | 11110 |
Color Harmonies of #572773
Complementary color
Monochromatic Colors of #572773
Black with #572773
Text Example
Text Example
White with #572773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572773; }
p { color: rgb(87,39,115); }
H1.HeaderClassName
{
color: #572773;
}
.AnyTagClassName
{
color: #572773;
}
</style>
background-color css
<style>
a { background-color: #572773; }
a { background-color: rgb(87,39,115); }
div.DivClassName
{
background-color: #572773;
}
.BgClassName
{
background-color: #572773;
}
</style>
border-color css
<style>
span { border-color: #572773; }
span { border-color: rgb(87,39,115); }
td.TdClassName
{
border-color: #572773;
}
.TagClassName
{
border-color: #572773;
}
</style>