Shades of Blue Diamond #551A74
Tints of Blue Diamond #551A74
RGB
CMYK
RGB Variations
Color information
#551A74 (or 0x551A74) is known color: Blue Diamond. HEX triplet: 55, 1A and 74. RGB value is (85,26,116). Sum of RGB (Red+Green+Blue) = 85+26+116=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #551A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A74 is #AAE58B. Grayscale: #353535. Windows color (decimal): -11199884 or 7608917. OLE color: 7608917.
HSL color Cylindrical-coordinate representation of color #551A74: hue angle of 279.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551A74 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 26 | 116 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.55 |
| HSL | 279.33º | 0.63% | 0.28% | - |
| HSV(B) | 279.33º | 0.78% | 0.45% | - |
| XYZ | 7.27 | 3.93 | 16.9 | - |
| YUV | 53.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 116 | 0.27 | 0.78 | 0 | 0.55 | 279.33 | 0.63 | 0.28 |
| Hex | 55 | 1A | 74 | 1B | 4E | 0 | 37 | 117 | 3F | 1C |
| Octal | 125 | 32 | 164 | 33 | 116 | 0 | 67 | 427 | 77 | 34 |
| Binary | 1010101 | 11010 | 1110100 | 11011 | 1001110 | 0 | 110111 | 100010111 | 111111 | 11100 |
Color Harmonies of #551A74
Complementary color
Monochromatic Colors of #551A74
Black with #551A74
Text Example
Text Example
White with #551A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A74; }
p { color: rgb(85,26,116); }
H1.HeaderClassName
{
color: #551A74;
}
.AnyTagClassName
{
color: #551A74;
}
</style>
background-color css
<style>
a { background-color: #551A74; }
a { background-color: rgb(85,26,116); }
div.DivClassName
{
background-color: #551A74;
}
.BgClassName
{
background-color: #551A74;
}
</style>
border-color css
<style>
span { border-color: #551A74; }
span { border-color: rgb(85,26,116); }
td.TdClassName
{
border-color: #551A74;
}
.TagClassName
{
border-color: #551A74;
}
</style>