Shades of Blue Diamond #55207C
Tints of Blue Diamond #55207C
RGB
CMYK
RGB Variations
Color information
#55207C (or 0x55207C) is known color: Blue Diamond. HEX triplet: 55, 20 and 7C. RGB value is (85,32,124). Sum of RGB (Red+Green+Blue) = 85+32+124=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #55207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55207C is #AADF83. Grayscale: #3A3A3A. Windows color (decimal): -11198340 or 8134741. OLE color: 8134741.
HSL color Cylindrical-coordinate representation of color #55207C: hue angle of 274.57º 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 #55207C is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 32 | 124 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.51 |
| HSL | 274.57º | 0.59% | 0.31% | - |
| HSV(B) | 274.57º | 0.74% | 0.49% | - |
| XYZ | 7.9 | 4.42 | 19.51 | - |
| YUV | 58.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 124 | 0.31 | 0.74 | 0 | 0.51 | 274.57 | 0.59 | 0.31 |
| Hex | 55 | 20 | 7C | 1F | 4A | 0 | 33 | 113 | 3B | 1F |
| Octal | 125 | 40 | 174 | 37 | 112 | 0 | 63 | 423 | 73 | 37 |
| Binary | 1010101 | 100000 | 1111100 | 11111 | 1001010 | 0 | 110011 | 100010011 | 111011 | 11111 |
Color Harmonies of #55207C
Complementary color
Monochromatic Colors of #55207C
Black with #55207C
Text Example
Text Example
White with #55207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55207C; }
p { color: rgb(85,32,124); }
H1.HeaderClassName
{
color: #55207C;
}
.AnyTagClassName
{
color: #55207C;
}
</style>
background-color css
<style>
a { background-color: #55207C; }
a { background-color: rgb(85,32,124); }
div.DivClassName
{
background-color: #55207C;
}
.BgClassName
{
background-color: #55207C;
}
</style>
border-color css
<style>
span { border-color: #55207C; }
span { border-color: rgb(85,32,124); }
td.TdClassName
{
border-color: #55207C;
}
.TagClassName
{
border-color: #55207C;
}
</style>