Shades of Blue Diamond #551872
Tints of Blue Diamond #551872
RGB
CMYK
RGB Variations
Color information
#551872 (or 0x551872) is known color: Blue Diamond. HEX triplet: 55, 18 and 72. RGB value is (85,24,114). Sum of RGB (Red+Green+Blue) = 85+24+114=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #551872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551872 is #AAE78D. Grayscale: #343434. Windows color (decimal): -11200398 or 7477333. OLE color: 7477333.
HSL color Cylindrical-coordinate representation of color #551872: hue angle of 280.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551872 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 24 | 114 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.55 |
| HSL | 280.67º | 0.65% | 0.27% | - |
| HSV(B) | 280.67º | 0.79% | 0.45% | - |
| XYZ | 7.11 | 3.8 | 16.28 | - |
| YUV | 52.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 114 | 0.25 | 0.79 | 0 | 0.55 | 280.67 | 0.65 | 0.27 |
| Hex | 55 | 18 | 72 | 19 | 4F | 0 | 37 | 119 | 41 | 1B |
| Octal | 125 | 30 | 162 | 31 | 117 | 0 | 67 | 431 | 101 | 33 |
| Binary | 1010101 | 11000 | 1110010 | 11001 | 1001111 | 0 | 110111 | 100011001 | 1000001 | 11011 |
Color Harmonies of #551872
Complementary color
Monochromatic Colors of #551872
Black with #551872
Text Example
Text Example
White with #551872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551872; }
p { color: rgb(85,24,114); }
H1.HeaderClassName
{
color: #551872;
}
.AnyTagClassName
{
color: #551872;
}
</style>
background-color css
<style>
a { background-color: #551872; }
a { background-color: rgb(85,24,114); }
div.DivClassName
{
background-color: #551872;
}
.BgClassName
{
background-color: #551872;
}
</style>
border-color css
<style>
span { border-color: #551872; }
span { border-color: rgb(85,24,114); }
td.TdClassName
{
border-color: #551872;
}
.TagClassName
{
border-color: #551872;
}
</style>