Shades of Blue Diamond #55207D
Tints of Blue Diamond #55207D
RGB
CMYK
RGB Variations
Color information
#55207D (or 0x55207D) is known color: Blue Diamond. HEX triplet: 55, 20 and 7D. RGB value is (85,32,125). Sum of RGB (Red+Green+Blue) = 85+32+125=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #55207D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55207D is #AADF82. Grayscale: #3A3A3A. Windows color (decimal): -11198339 or 8200277. OLE color: 8200277.
HSL color Cylindrical-coordinate representation of color #55207D: hue angle of 274.19º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55207D is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 32 | 125 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.51 |
| HSL | 274.19º | 0.59% | 0.31% | - |
| HSV(B) | 274.19º | 0.74% | 0.49% | - |
| XYZ | 7.96 | 4.44 | 19.84 | - |
| YUV | 58.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 125 | 0.32 | 0.74 | 0 | 0.51 | 274.19 | 0.59 | 0.31 |
| Hex | 55 | 20 | 7D | 20 | 4A | 0 | 33 | 112 | 3B | 1F |
| Octal | 125 | 40 | 175 | 40 | 112 | 0 | 63 | 422 | 73 | 37 |
| Binary | 1010101 | 100000 | 1111101 | 100000 | 1001010 | 0 | 110011 | 100010010 | 111011 | 11111 |
Color Harmonies of #55207D
Complementary color
Monochromatic Colors of #55207D
Black with #55207D
Text Example
Text Example
White with #55207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55207D; }
p { color: rgb(85,32,125); }
H1.HeaderClassName
{
color: #55207D;
}
.AnyTagClassName
{
color: #55207D;
}
</style>
background-color css
<style>
a { background-color: #55207D; }
a { background-color: rgb(85,32,125); }
div.DivClassName
{
background-color: #55207D;
}
.BgClassName
{
background-color: #55207D;
}
</style>
border-color css
<style>
span { border-color: #55207D; }
span { border-color: rgb(85,32,125); }
td.TdClassName
{
border-color: #55207D;
}
.TagClassName
{
border-color: #55207D;
}
</style>