Shades of Blue Diamond #551A76
Tints of Blue Diamond #551A76
RGB
CMYK
RGB Variations
Color information
#551A76 (or 0x551A76) is known color: Blue Diamond. HEX triplet: 55, 1A and 76. RGB value is (85,26,118). Sum of RGB (Red+Green+Blue) = 85+26+118=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #551A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A76 is #AAE589. Grayscale: #353535. Windows color (decimal): -11199882 or 7739989. OLE color: 7739989.
HSL color Cylindrical-coordinate representation of color #551A76: hue angle of 278.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551A76 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 26 | 118 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.54 |
| HSL | 278.48º | 0.64% | 0.28% | - |
| HSV(B) | 278.48º | 0.78% | 0.46% | - |
| XYZ | 7.39 | 3.98 | 17.52 | - |
| YUV | 54.13 | 164.05 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 118 | 0.28 | 0.78 | 0 | 0.54 | 278.48 | 0.64 | 0.28 |
| Hex | 55 | 1A | 76 | 1C | 4E | 0 | 36 | 116 | 40 | 1C |
| Octal | 125 | 32 | 166 | 34 | 116 | 0 | 66 | 426 | 100 | 34 |
| Binary | 1010101 | 11010 | 1110110 | 11100 | 1001110 | 0 | 110110 | 100010110 | 1000000 | 11100 |
Color Harmonies of #551A76
Complementary color
Monochromatic Colors of #551A76
Black with #551A76
Text Example
Text Example
White with #551A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A76; }
p { color: rgb(85,26,118); }
H1.HeaderClassName
{
color: #551A76;
}
.AnyTagClassName
{
color: #551A76;
}
</style>
background-color css
<style>
a { background-color: #551A76; }
a { background-color: rgb(85,26,118); }
div.DivClassName
{
background-color: #551A76;
}
.BgClassName
{
background-color: #551A76;
}
</style>
border-color css
<style>
span { border-color: #551A76; }
span { border-color: rgb(85,26,118); }
td.TdClassName
{
border-color: #551A76;
}
.TagClassName
{
border-color: #551A76;
}
</style>