Shades of Blue Diamond #551D74
Tints of Blue Diamond #551D74
RGB
CMYK
RGB Variations
Color information
#551D74 (or 0x551D74) is known color: Blue Diamond. HEX triplet: 55, 1D and 74. RGB value is (85,29,116). Sum of RGB (Red+Green+Blue) = 85+29+116=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #551D74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551D74 is #AAE28B. Grayscale: #373737. Windows color (decimal): -11199116 or 7609685. OLE color: 7609685.
HSL color Cylindrical-coordinate representation of color #551D74: hue angle of 278.62º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551D74 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 29 | 116 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.55 |
| HSL | 278.62º | 0.6% | 0.28% | - |
| HSV(B) | 278.62º | 0.75% | 0.45% | - |
| XYZ | 7.34 | 4.07 | 16.92 | - |
| YUV | 55.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 116 | 0.27 | 0.75 | 0 | 0.55 | 278.62 | 0.6 | 0.28 |
| Hex | 55 | 1D | 74 | 1B | 4B | 0 | 37 | 117 | 3C | 1C |
| Octal | 125 | 35 | 164 | 33 | 113 | 0 | 67 | 427 | 74 | 34 |
| Binary | 1010101 | 11101 | 1110100 | 11011 | 1001011 | 0 | 110111 | 100010111 | 111100 | 11100 |
Color Harmonies of #551D74
Complementary color
Monochromatic Colors of #551D74
Black with #551D74
Text Example
Text Example
White with #551D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D74; }
p { color: rgb(85,29,116); }
H1.HeaderClassName
{
color: #551D74;
}
.AnyTagClassName
{
color: #551D74;
}
</style>
background-color css
<style>
a { background-color: #551D74; }
a { background-color: rgb(85,29,116); }
div.DivClassName
{
background-color: #551D74;
}
.BgClassName
{
background-color: #551D74;
}
</style>
border-color css
<style>
span { border-color: #551D74; }
span { border-color: rgb(85,29,116); }
td.TdClassName
{
border-color: #551D74;
}
.TagClassName
{
border-color: #551D74;
}
</style>