Shades of Blue Diamond #551C76
Tints of Blue Diamond #551C76
RGB
CMYK
RGB Variations
Color information
#551C76 (or 0x551C76) is known color: Blue Diamond. HEX triplet: 55, 1C and 76. RGB value is (85,28,118). Sum of RGB (Red+Green+Blue) = 85+28+118=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #551C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C76 is #AAE389. Grayscale: #373737. Windows color (decimal): -11199370 or 7740501. OLE color: 7740501.
HSL color Cylindrical-coordinate representation of color #551C76: hue angle of 278º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551C76 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 28 | 118 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.54 |
| HSL | 278º | 0.62% | 0.29% | - |
| HSV(B) | 278º | 0.76% | 0.46% | - |
| XYZ | 7.43 | 4.07 | 17.53 | - |
| YUV | 55.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 118 | 0.28 | 0.76 | 0 | 0.54 | 278 | 0.62 | 0.29 |
| Hex | 55 | 1C | 76 | 1C | 4C | 0 | 36 | 116 | 3E | 1D |
| Octal | 125 | 34 | 166 | 34 | 114 | 0 | 66 | 426 | 76 | 35 |
| Binary | 1010101 | 11100 | 1110110 | 11100 | 1001100 | 0 | 110110 | 100010110 | 111110 | 11101 |
Color Harmonies of #551C76
Complementary color
Monochromatic Colors of #551C76
Black with #551C76
Text Example
Text Example
White with #551C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C76; }
p { color: rgb(85,28,118); }
H1.HeaderClassName
{
color: #551C76;
}
.AnyTagClassName
{
color: #551C76;
}
</style>
background-color css
<style>
a { background-color: #551C76; }
a { background-color: rgb(85,28,118); }
div.DivClassName
{
background-color: #551C76;
}
.BgClassName
{
background-color: #551C76;
}
</style>
border-color css
<style>
span { border-color: #551C76; }
span { border-color: rgb(85,28,118); }
td.TdClassName
{
border-color: #551C76;
}
.TagClassName
{
border-color: #551C76;
}
</style>