Shades of Blue Diamond #551B78
Tints of Blue Diamond #551B78
RGB
CMYK
RGB Variations
Color information
#551B78 (or 0x551B78) is known color: Blue Diamond. HEX triplet: 55, 1B and 78. RGB value is (85,27,120). Sum of RGB (Red+Green+Blue) = 85+27+120=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #551B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B78 is #AAE487. Grayscale: #363636. Windows color (decimal): -11199624 or 7871317. OLE color: 7871317.
HSL color Cylindrical-coordinate representation of color #551B78: hue angle of 277.42º 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 #551B78 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 27 | 120 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.53 |
| HSL | 277.42º | 0.63% | 0.29% | - |
| HSV(B) | 277.42º | 0.78% | 0.47% | - |
| XYZ | 7.53 | 4.07 | 18.16 | - |
| YUV | 54.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 120 | 0.29 | 0.78 | 0 | 0.53 | 277.42 | 0.63 | 0.29 |
| Hex | 55 | 1B | 78 | 1D | 4E | 0 | 35 | 115 | 3F | 1D |
| Octal | 125 | 33 | 170 | 35 | 116 | 0 | 65 | 425 | 77 | 35 |
| Binary | 1010101 | 11011 | 1111000 | 11101 | 1001110 | 0 | 110101 | 100010101 | 111111 | 11101 |
Color Harmonies of #551B78
Complementary color
Monochromatic Colors of #551B78
Black with #551B78
Text Example
Text Example
White with #551B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B78; }
p { color: rgb(85,27,120); }
H1.HeaderClassName
{
color: #551B78;
}
.AnyTagClassName
{
color: #551B78;
}
</style>
background-color css
<style>
a { background-color: #551B78; }
a { background-color: rgb(85,27,120); }
div.DivClassName
{
background-color: #551B78;
}
.BgClassName
{
background-color: #551B78;
}
</style>
border-color css
<style>
span { border-color: #551B78; }
span { border-color: rgb(85,27,120); }
td.TdClassName
{
border-color: #551B78;
}
.TagClassName
{
border-color: #551B78;
}
</style>