Shades of Blue Diamond #551A70
Tints of Blue Diamond #551A70
RGB
CMYK
RGB Variations
Color information
#551A70 (or 0x551A70) is known color: Blue Diamond. HEX triplet: 55, 1A and 70. RGB value is (85,26,112). Sum of RGB (Red+Green+Blue) = 85+26+112=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #551A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A70 is #AAE58F. Grayscale: #353535. Windows color (decimal): -11199888 or 7346773. OLE color: 7346773.
HSL color Cylindrical-coordinate representation of color #551A70: hue angle of 281.16º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #551A70 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 26 | 112 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.56 |
| HSL | 281.16º | 0.62% | 0.27% | - |
| HSV(B) | 281.16º | 0.77% | 0.44% | - |
| XYZ | 7.04 | 3.84 | 15.7 | - |
| YUV | 53.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 112 | 0.24 | 0.77 | 0 | 0.56 | 281.16 | 0.62 | 0.27 |
| Hex | 55 | 1A | 70 | 18 | 4D | 0 | 38 | 119 | 3E | 1B |
| Octal | 125 | 32 | 160 | 30 | 115 | 0 | 70 | 431 | 76 | 33 |
| Binary | 1010101 | 11010 | 1110000 | 11000 | 1001101 | 0 | 111000 | 100011001 | 111110 | 11011 |
Color Harmonies of #551A70
Complementary color
Monochromatic Colors of #551A70
Black with #551A70
Text Example
Text Example
White with #551A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A70; }
p { color: rgb(85,26,112); }
H1.HeaderClassName
{
color: #551A70;
}
.AnyTagClassName
{
color: #551A70;
}
</style>
background-color css
<style>
a { background-color: #551A70; }
a { background-color: rgb(85,26,112); }
div.DivClassName
{
background-color: #551A70;
}
.BgClassName
{
background-color: #551A70;
}
</style>
border-color css
<style>
span { border-color: #551A70; }
span { border-color: rgb(85,26,112); }
td.TdClassName
{
border-color: #551A70;
}
.TagClassName
{
border-color: #551A70;
}
</style>