Shades of Blue Diamond #55206D
Tints of Blue Diamond #55206D
RGB
CMYK
RGB Variations
Color information
#55206D (or 0x55206D) is known color: Blue Diamond. HEX triplet: 55, 20 and 6D. RGB value is (85,32,109). Sum of RGB (Red+Green+Blue) = 85+32+109=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #55206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55206D is #AADF92. Grayscale: #383838. Windows color (decimal): -11198355 or 7151701. OLE color: 7151701.
HSL color Cylindrical-coordinate representation of color #55206D: hue angle of 281.3º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55206D is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 32 | 109 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.57 |
| HSL | 281.3º | 0.55% | 0.28% | - |
| HSV(B) | 281.3º | 0.71% | 0.43% | - |
| XYZ | 7.02 | 4.07 | 14.88 | - |
| YUV | 56.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 109 | 0.22 | 0.71 | 0 | 0.57 | 281.3 | 0.55 | 0.28 |
| Hex | 55 | 20 | 6D | 16 | 47 | 0 | 39 | 119 | 37 | 1C |
| Octal | 125 | 40 | 155 | 26 | 107 | 0 | 71 | 431 | 67 | 34 |
| Binary | 1010101 | 100000 | 1101101 | 10110 | 1000111 | 0 | 111001 | 100011001 | 110111 | 11100 |
Color Harmonies of #55206D
Complementary color
Monochromatic Colors of #55206D
Black with #55206D
Text Example
Text Example
White with #55206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55206D; }
p { color: rgb(85,32,109); }
H1.HeaderClassName
{
color: #55206D;
}
.AnyTagClassName
{
color: #55206D;
}
</style>
background-color css
<style>
a { background-color: #55206D; }
a { background-color: rgb(85,32,109); }
div.DivClassName
{
background-color: #55206D;
}
.BgClassName
{
background-color: #55206D;
}
</style>
border-color css
<style>
span { border-color: #55206D; }
span { border-color: rgb(85,32,109); }
td.TdClassName
{
border-color: #55206D;
}
.TagClassName
{
border-color: #55206D;
}
</style>