Shades of Blue Diamond #551F71
Tints of Blue Diamond #551F71
RGB
CMYK
RGB Variations
Color information
#551F71 (or 0x551F71) is known color: Blue Diamond. HEX triplet: 55, 1F and 71. RGB value is (85,31,113). Sum of RGB (Red+Green+Blue) = 85+31+113=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #551F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551F71 is #AAE08E. Grayscale: #383838. Windows color (decimal): -11198607 or 7413589. OLE color: 7413589.
HSL color Cylindrical-coordinate representation of color #551F71: hue angle of 279.51º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551F71 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 31 | 113 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.56 |
| HSL | 279.51º | 0.57% | 0.28% | - |
| HSV(B) | 279.51º | 0.73% | 0.44% | - |
| XYZ | 7.22 | 4.1 | 16.03 | - |
| YUV | 56.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 113 | 0.25 | 0.73 | 0 | 0.56 | 279.51 | 0.57 | 0.28 |
| Hex | 55 | 1F | 71 | 19 | 49 | 0 | 38 | 118 | 39 | 1C |
| Octal | 125 | 37 | 161 | 31 | 111 | 0 | 70 | 430 | 71 | 34 |
| Binary | 1010101 | 11111 | 1110001 | 11001 | 1001001 | 0 | 111000 | 100011000 | 111001 | 11100 |
Color Harmonies of #551F71
Complementary color
Monochromatic Colors of #551F71
Black with #551F71
Text Example
Text Example
White with #551F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551F71; }
p { color: rgb(85,31,113); }
H1.HeaderClassName
{
color: #551F71;
}
.AnyTagClassName
{
color: #551F71;
}
</style>
background-color css
<style>
a { background-color: #551F71; }
a { background-color: rgb(85,31,113); }
div.DivClassName
{
background-color: #551F71;
}
.BgClassName
{
background-color: #551F71;
}
</style>
border-color css
<style>
span { border-color: #551F71; }
span { border-color: rgb(85,31,113); }
td.TdClassName
{
border-color: #551F71;
}
.TagClassName
{
border-color: #551F71;
}
</style>