Shades of Blue Diamond #551B77
Tints of Blue Diamond #551B77
RGB
CMYK
RGB Variations
Color information
#551B77 (or 0x551B77) is known color: Blue Diamond. HEX triplet: 55, 1B and 77. RGB value is (85,27,119). Sum of RGB (Red+Green+Blue) = 85+27+119=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #551B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B77 is #AAE488. Grayscale: #363636. Windows color (decimal): -11199625 or 7805781. OLE color: 7805781.
HSL color Cylindrical-coordinate representation of color #551B77: hue angle of 277.83º degrees, saturation: 0.63, 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 #551B77 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 27 | 119 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.53 |
| HSL | 277.83º | 0.63% | 0.29% | - |
| HSV(B) | 277.83º | 0.77% | 0.47% | - |
| XYZ | 7.47 | 4.05 | 17.84 | - |
| YUV | 54.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 119 | 0.29 | 0.77 | 0 | 0.53 | 277.83 | 0.63 | 0.29 |
| Hex | 55 | 1B | 77 | 1D | 4D | 0 | 35 | 116 | 3F | 1D |
| Octal | 125 | 33 | 167 | 35 | 115 | 0 | 65 | 426 | 77 | 35 |
| Binary | 1010101 | 11011 | 1110111 | 11101 | 1001101 | 0 | 110101 | 100010110 | 111111 | 11101 |
Color Harmonies of #551B77
Complementary color
Monochromatic Colors of #551B77
Black with #551B77
Text Example
Text Example
White with #551B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B77; }
p { color: rgb(85,27,119); }
H1.HeaderClassName
{
color: #551B77;
}
.AnyTagClassName
{
color: #551B77;
}
</style>
background-color css
<style>
a { background-color: #551B77; }
a { background-color: rgb(85,27,119); }
div.DivClassName
{
background-color: #551B77;
}
.BgClassName
{
background-color: #551B77;
}
</style>
border-color css
<style>
span { border-color: #551B77; }
span { border-color: rgb(85,27,119); }
td.TdClassName
{
border-color: #551B77;
}
.TagClassName
{
border-color: #551B77;
}
</style>