Shades of Blue Diamond #552876
Tints of Blue Diamond #552876
RGB
CMYK
RGB Variations
Color information
#552876 (or 0x552876) is known color: Blue Diamond. HEX triplet: 55, 28 and 76. RGB value is (85,40,118). Sum of RGB (Red+Green+Blue) = 85+40+118=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #552876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552876 is #AAD789. Grayscale: #3E3E3E. Windows color (decimal): -11196298 or 7743573. OLE color: 7743573.
HSL color Cylindrical-coordinate representation of color #552876: hue angle of 274.62º 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 #552876 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 40 | 118 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.54 |
| HSL | 274.62º | 0.49% | 0.31% | - |
| HSV(B) | 274.62º | 0.66% | 0.46% | - |
| XYZ | 7.78 | 4.76 | 17.65 | - |
| YUV | 62.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 118 | 0.28 | 0.66 | 0 | 0.54 | 274.62 | 0.49 | 0.31 |
| Hex | 55 | 28 | 76 | 1C | 42 | 0 | 36 | 113 | 31 | 1F |
| Octal | 125 | 50 | 166 | 34 | 102 | 0 | 66 | 423 | 61 | 37 |
| Binary | 1010101 | 101000 | 1110110 | 11100 | 1000010 | 0 | 110110 | 100010011 | 110001 | 11111 |
Color Harmonies of #552876
Complementary color
Monochromatic Colors of #552876
Black with #552876
Text Example
Text Example
White with #552876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552876; }
p { color: rgb(85,40,118); }
H1.HeaderClassName
{
color: #552876;
}
.AnyTagClassName
{
color: #552876;
}
</style>
background-color css
<style>
a { background-color: #552876; }
a { background-color: rgb(85,40,118); }
div.DivClassName
{
background-color: #552876;
}
.BgClassName
{
background-color: #552876;
}
</style>
border-color css
<style>
span { border-color: #552876; }
span { border-color: rgb(85,40,118); }
td.TdClassName
{
border-color: #552876;
}
.TagClassName
{
border-color: #552876;
}
</style>