Shades of Blue Diamond #551D75
Tints of Blue Diamond #551D75
RGB
CMYK
RGB Variations
Color information
#551D75 (or 0x551D75) is known color: Blue Diamond. HEX triplet: 55, 1D and 75. RGB value is (85,29,117). Sum of RGB (Red+Green+Blue) = 85+29+117=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #551D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551D75 is #AAE28A. Grayscale: #373737. Windows color (decimal): -11199115 or 7675221. OLE color: 7675221.
HSL color Cylindrical-coordinate representation of color #551D75: hue angle of 278.18º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551D75 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 29 | 117 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.54 |
| HSL | 278.18º | 0.6% | 0.29% | - |
| HSV(B) | 278.18º | 0.75% | 0.46% | - |
| XYZ | 7.4 | 4.09 | 17.23 | - |
| YUV | 55.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 117 | 0.27 | 0.75 | 0 | 0.54 | 278.18 | 0.6 | 0.29 |
| Hex | 55 | 1D | 75 | 1B | 4B | 0 | 36 | 116 | 3C | 1D |
| Octal | 125 | 35 | 165 | 33 | 113 | 0 | 66 | 426 | 74 | 35 |
| Binary | 1010101 | 11101 | 1110101 | 11011 | 1001011 | 0 | 110110 | 100010110 | 111100 | 11101 |
Color Harmonies of #551D75
Complementary color
Monochromatic Colors of #551D75
Black with #551D75
Text Example
Text Example
White with #551D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D75; }
p { color: rgb(85,29,117); }
H1.HeaderClassName
{
color: #551D75;
}
.AnyTagClassName
{
color: #551D75;
}
</style>
background-color css
<style>
a { background-color: #551D75; }
a { background-color: rgb(85,29,117); }
div.DivClassName
{
background-color: #551D75;
}
.BgClassName
{
background-color: #551D75;
}
</style>
border-color css
<style>
span { border-color: #551D75; }
span { border-color: rgb(85,29,117); }
td.TdClassName
{
border-color: #551D75;
}
.TagClassName
{
border-color: #551D75;
}
</style>