Shades of Blue Diamond #551F7C
Tints of Blue Diamond #551F7C
RGB
CMYK
RGB Variations
Color information
#551F7C (or 0x551F7C) is known color: Blue Diamond. HEX triplet: 55, 1F and 7C. RGB value is (85,31,124). Sum of RGB (Red+Green+Blue) = 85+31+124=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #551F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551F7C is #AAE083. Grayscale: #393939. Windows color (decimal): -11198596 or 8134485. OLE color: 8134485.
HSL color Cylindrical-coordinate representation of color #551F7C: hue angle of 274.84º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551F7C is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 31 | 124 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.51 |
| HSL | 274.84º | 0.6% | 0.3% | - |
| HSV(B) | 274.84º | 0.75% | 0.49% | - |
| XYZ | 7.87 | 4.37 | 19.5 | - |
| YUV | 57.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 124 | 0.31 | 0.75 | 0 | 0.51 | 274.84 | 0.6 | 0.3 |
| Hex | 55 | 1F | 7C | 1F | 4B | 0 | 33 | 113 | 3C | 1E |
| Octal | 125 | 37 | 174 | 37 | 113 | 0 | 63 | 423 | 74 | 36 |
| Binary | 1010101 | 11111 | 1111100 | 11111 | 1001011 | 0 | 110011 | 100010011 | 111100 | 11110 |
Color Harmonies of #551F7C
Complementary color
Monochromatic Colors of #551F7C
Black with #551F7C
Text Example
Text Example
White with #551F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551F7C; }
p { color: rgb(85,31,124); }
H1.HeaderClassName
{
color: #551F7C;
}
.AnyTagClassName
{
color: #551F7C;
}
</style>
background-color css
<style>
a { background-color: #551F7C; }
a { background-color: rgb(85,31,124); }
div.DivClassName
{
background-color: #551F7C;
}
.BgClassName
{
background-color: #551F7C;
}
</style>
border-color css
<style>
span { border-color: #551F7C; }
span { border-color: rgb(85,31,124); }
td.TdClassName
{
border-color: #551F7C;
}
.TagClassName
{
border-color: #551F7C;
}
</style>