Shades of Blue Diamond #552C75
Tints of Blue Diamond #552C75
RGB
CMYK
RGB Variations
Color information
#552C75 (or 0x552C75) is known color: Blue Diamond. HEX triplet: 55, 2C and 75. RGB value is (85,44,117). Sum of RGB (Red+Green+Blue) = 85+44+117=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #552C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C75 is #AAD38A. Grayscale: #404040. Windows color (decimal): -11195275 or 7679061. OLE color: 7679061.
HSL color Cylindrical-coordinate representation of color #552C75: hue angle of 273.7º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552C75 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 44 | 117 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.54 |
| HSL | 273.7º | 0.45% | 0.32% | - |
| HSV(B) | 273.7º | 0.62% | 0.46% | - |
| XYZ | 7.86 | 5.02 | 17.38 | - |
| YUV | 64.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 117 | 0.27 | 0.62 | 0 | 0.54 | 273.7 | 0.45 | 0.32 |
| Hex | 55 | 2C | 75 | 1B | 3E | 0 | 36 | 112 | 2D | 20 |
| Octal | 125 | 54 | 165 | 33 | 76 | 0 | 66 | 422 | 55 | 40 |
| Binary | 1010101 | 101100 | 1110101 | 11011 | 111110 | 0 | 110110 | 100010010 | 101101 | 100000 |
Color Harmonies of #552C75
Complementary color
Monochromatic Colors of #552C75
Black with #552C75
Text Example
Text Example
White with #552C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C75; }
p { color: rgb(85,44,117); }
H1.HeaderClassName
{
color: #552C75;
}
.AnyTagClassName
{
color: #552C75;
}
</style>
background-color css
<style>
a { background-color: #552C75; }
a { background-color: rgb(85,44,117); }
div.DivClassName
{
background-color: #552C75;
}
.BgClassName
{
background-color: #552C75;
}
</style>
border-color css
<style>
span { border-color: #552C75; }
span { border-color: rgb(85,44,117); }
td.TdClassName
{
border-color: #552C75;
}
.TagClassName
{
border-color: #552C75;
}
</style>