Shades of Blue Diamond #55206F
Tints of Blue Diamond #55206F
RGB
CMYK
RGB Variations
Color information
#55206F (or 0x55206F) is known color: Blue Diamond. HEX triplet: 55, 20 and 6F. RGB value is (85,32,111). Sum of RGB (Red+Green+Blue) = 85+32+111=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #55206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55206F is #AADF90. Grayscale: #383838. Windows color (decimal): -11198353 or 7282773. OLE color: 7282773.
HSL color Cylindrical-coordinate representation of color #55206F: hue angle of 280.25º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55206F is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 32 | 111 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.56 |
| HSL | 280.25º | 0.55% | 0.28% | - |
| HSV(B) | 280.25º | 0.71% | 0.44% | - |
| XYZ | 7.13 | 4.11 | 15.46 | - |
| YUV | 56.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 111 | 0.23 | 0.71 | 0 | 0.56 | 280.25 | 0.55 | 0.28 |
| Hex | 55 | 20 | 6F | 17 | 47 | 0 | 38 | 118 | 37 | 1C |
| Octal | 125 | 40 | 157 | 27 | 107 | 0 | 70 | 430 | 67 | 34 |
| Binary | 1010101 | 100000 | 1101111 | 10111 | 1000111 | 0 | 111000 | 100011000 | 110111 | 11100 |
Color Harmonies of #55206F
Complementary color
Monochromatic Colors of #55206F
Black with #55206F
Text Example
Text Example
White with #55206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55206F; }
p { color: rgb(85,32,111); }
H1.HeaderClassName
{
color: #55206F;
}
.AnyTagClassName
{
color: #55206F;
}
</style>
background-color css
<style>
a { background-color: #55206F; }
a { background-color: rgb(85,32,111); }
div.DivClassName
{
background-color: #55206F;
}
.BgClassName
{
background-color: #55206F;
}
</style>
border-color css
<style>
span { border-color: #55206F; }
span { border-color: rgb(85,32,111); }
td.TdClassName
{
border-color: #55206F;
}
.TagClassName
{
border-color: #55206F;
}
</style>