Shades of Blue Diamond #572876
Tints of Blue Diamond #572876
RGB
CMYK
RGB Variations
Color information
#572876 (or 0x572876) is known color: Blue Diamond. HEX triplet: 57, 28 and 76. RGB value is (87,40,118). Sum of RGB (Red+Green+Blue) = 87+40+118=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #572876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572876 is #A8D789. Grayscale: #3E3E3E. Windows color (decimal): -11065226 or 7743575. OLE color: 7743575.
HSL color Cylindrical-coordinate representation of color #572876: hue angle of 276.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #572876 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 40 | 118 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.54 |
| HSL | 276.15º | 0.49% | 0.31% | - |
| HSV(B) | 276.15º | 0.66% | 0.46% | - |
| XYZ | 7.96 | 4.85 | 17.66 | - |
| YUV | 62.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 118 | 0.26 | 0.66 | 0 | 0.54 | 276.15 | 0.49 | 0.31 |
| Hex | 57 | 28 | 76 | 1A | 42 | 0 | 36 | 114 | 31 | 1F |
| Octal | 127 | 50 | 166 | 32 | 102 | 0 | 66 | 424 | 61 | 37 |
| Binary | 1010111 | 101000 | 1110110 | 11010 | 1000010 | 0 | 110110 | 100010100 | 110001 | 11111 |
Color Harmonies of #572876
Complementary color
Monochromatic Colors of #572876
Black with #572876
Text Example
Text Example
White with #572876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572876; }
p { color: rgb(87,40,118); }
H1.HeaderClassName
{
color: #572876;
}
.AnyTagClassName
{
color: #572876;
}
</style>
background-color css
<style>
a { background-color: #572876; }
a { background-color: rgb(87,40,118); }
div.DivClassName
{
background-color: #572876;
}
.BgClassName
{
background-color: #572876;
}
</style>
border-color css
<style>
span { border-color: #572876; }
span { border-color: rgb(87,40,118); }
td.TdClassName
{
border-color: #572876;
}
.TagClassName
{
border-color: #572876;
}
</style>