Shades of Blue Diamond #55226F
Tints of Blue Diamond #55226F
RGB
CMYK
RGB Variations
Color information
#55226F (or 0x55226F) is known color: Blue Diamond. HEX triplet: 55, 22 and 6F. RGB value is (85,34,111). Sum of RGB (Red+Green+Blue) = 85+34+111=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #55226F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55226F is #AADD90. Grayscale: #393939. Windows color (decimal): -11197841 or 7283285. OLE color: 7283285.
HSL color Cylindrical-coordinate representation of color #55226F: hue angle of 279.74º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55226F is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 34 | 111 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.56 |
| HSL | 279.74º | 0.53% | 0.28% | - |
| HSV(B) | 279.74º | 0.69% | 0.44% | - |
| XYZ | 7.19 | 4.22 | 15.48 | - |
| YUV | 58.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 111 | 0.23 | 0.69 | 0 | 0.56 | 279.74 | 0.53 | 0.28 |
| Hex | 55 | 22 | 6F | 17 | 45 | 0 | 38 | 118 | 35 | 1C |
| Octal | 125 | 42 | 157 | 27 | 105 | 0 | 70 | 430 | 65 | 34 |
| Binary | 1010101 | 100010 | 1101111 | 10111 | 1000101 | 0 | 111000 | 100011000 | 110101 | 11100 |
Color Harmonies of #55226F
Complementary color
Monochromatic Colors of #55226F
Black with #55226F
Text Example
Text Example
White with #55226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55226F; }
p { color: rgb(85,34,111); }
H1.HeaderClassName
{
color: #55226F;
}
.AnyTagClassName
{
color: #55226F;
}
</style>
background-color css
<style>
a { background-color: #55226F; }
a { background-color: rgb(85,34,111); }
div.DivClassName
{
background-color: #55226F;
}
.BgClassName
{
background-color: #55226F;
}
</style>
border-color css
<style>
span { border-color: #55226F; }
span { border-color: rgb(85,34,111); }
td.TdClassName
{
border-color: #55226F;
}
.TagClassName
{
border-color: #55226F;
}
</style>