Shades of Blue Diamond #552F71
Tints of Blue Diamond #552F71
RGB
CMYK
RGB Variations
Color information
#552F71 (or 0x552F71) is known color: Blue Diamond. HEX triplet: 55, 2F and 71. RGB value is (85,47,113). Sum of RGB (Red+Green+Blue) = 85+47+113=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #552F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552F71 is #AAD08E. Grayscale: #414141. Windows color (decimal): -11194511 or 7417685. OLE color: 7417685.
HSL color Cylindrical-coordinate representation of color #552F71: hue angle of 274.55º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #552F71 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 47 | 113 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.56 |
| HSL | 274.55º | 0.41% | 0.31% | - |
| HSV(B) | 274.55º | 0.58% | 0.44% | - |
| XYZ | 7.74 | 5.16 | 16.21 | - |
| YUV | 65.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 113 | 0.25 | 0.58 | 0 | 0.56 | 274.55 | 0.41 | 0.31 |
| Hex | 55 | 2F | 71 | 19 | 3A | 0 | 38 | 113 | 29 | 1F |
| Octal | 125 | 57 | 161 | 31 | 72 | 0 | 70 | 423 | 51 | 37 |
| Binary | 1010101 | 101111 | 1110001 | 11001 | 111010 | 0 | 111000 | 100010011 | 101001 | 11111 |
Color Harmonies of #552F71
Complementary color
Monochromatic Colors of #552F71
Black with #552F71
Text Example
Text Example
White with #552F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F71; }
p { color: rgb(85,47,113); }
H1.HeaderClassName
{
color: #552F71;
}
.AnyTagClassName
{
color: #552F71;
}
</style>
background-color css
<style>
a { background-color: #552F71; }
a { background-color: rgb(85,47,113); }
div.DivClassName
{
background-color: #552F71;
}
.BgClassName
{
background-color: #552F71;
}
</style>
border-color css
<style>
span { border-color: #552F71; }
span { border-color: rgb(85,47,113); }
td.TdClassName
{
border-color: #552F71;
}
.TagClassName
{
border-color: #552F71;
}
</style>