Shades of Blue Diamond #551C79
Tints of Blue Diamond #551C79
RGB
CMYK
RGB Variations
Color information
#551C79 (or 0x551C79) is known color: Blue Diamond. HEX triplet: 55, 1C and 79. RGB value is (85,28,121). Sum of RGB (Red+Green+Blue) = 85+28+121=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #551C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C79 is #AAE386. Grayscale: #373737. Windows color (decimal): -11199367 or 7937109. OLE color: 7937109.
HSL color Cylindrical-coordinate representation of color #551C79: hue angle of 276.77º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #551C79 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 28 | 121 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.53 |
| HSL | 276.77º | 0.62% | 0.29% | - |
| HSV(B) | 276.77º | 0.77% | 0.47% | - |
| XYZ | 7.61 | 4.14 | 18.49 | - |
| YUV | 55.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 121 | 0.30 | 0.77 | 0 | 0.53 | 276.77 | 0.62 | 0.29 |
| Hex | 55 | 1C | 79 | 1E | 4D | 0 | 35 | 115 | 3E | 1D |
| Octal | 125 | 34 | 171 | 36 | 115 | 0 | 65 | 425 | 76 | 35 |
| Binary | 1010101 | 11100 | 1111001 | 11110 | 1001101 | 0 | 110101 | 100010101 | 111110 | 11101 |
Color Harmonies of #551C79
Complementary color
Monochromatic Colors of #551C79
Black with #551C79
Text Example
Text Example
White with #551C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C79; }
p { color: rgb(85,28,121); }
H1.HeaderClassName
{
color: #551C79;
}
.AnyTagClassName
{
color: #551C79;
}
</style>
background-color css
<style>
a { background-color: #551C79; }
a { background-color: rgb(85,28,121); }
div.DivClassName
{
background-color: #551C79;
}
.BgClassName
{
background-color: #551C79;
}
</style>
border-color css
<style>
span { border-color: #551C79; }
span { border-color: rgb(85,28,121); }
td.TdClassName
{
border-color: #551C79;
}
.TagClassName
{
border-color: #551C79;
}
</style>