Shades of Blue Diamond #552170
Tints of Blue Diamond #552170
RGB
CMYK
RGB Variations
Color information
#552170 (or 0x552170) is known color: Blue Diamond. HEX triplet: 55, 21 and 70. RGB value is (85,33,112). Sum of RGB (Red+Green+Blue) = 85+33+112=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #552170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552170 is #AADE8F. Grayscale: #393939. Windows color (decimal): -11198096 or 7348565. OLE color: 7348565.
HSL color Cylindrical-coordinate representation of color #552170: hue angle of 279.49º degrees, saturation: 0.54, 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 #552170 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 33 | 112 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.56 |
| HSL | 279.49º | 0.54% | 0.28% | - |
| HSV(B) | 279.49º | 0.71% | 0.44% | - |
| XYZ | 7.21 | 4.19 | 15.76 | - |
| YUV | 57.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 112 | 0.24 | 0.71 | 0 | 0.56 | 279.49 | 0.54 | 0.28 |
| Hex | 55 | 21 | 70 | 18 | 47 | 0 | 38 | 117 | 36 | 1C |
| Octal | 125 | 41 | 160 | 30 | 107 | 0 | 70 | 427 | 66 | 34 |
| Binary | 1010101 | 100001 | 1110000 | 11000 | 1000111 | 0 | 111000 | 100010111 | 110110 | 11100 |
Color Harmonies of #552170
Complementary color
Monochromatic Colors of #552170
Black with #552170
Text Example
Text Example
White with #552170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552170; }
p { color: rgb(85,33,112); }
H1.HeaderClassName
{
color: #552170;
}
.AnyTagClassName
{
color: #552170;
}
</style>
background-color css
<style>
a { background-color: #552170; }
a { background-color: rgb(85,33,112); }
div.DivClassName
{
background-color: #552170;
}
.BgClassName
{
background-color: #552170;
}
</style>
border-color css
<style>
span { border-color: #552170; }
span { border-color: rgb(85,33,112); }
td.TdClassName
{
border-color: #552170;
}
.TagClassName
{
border-color: #552170;
}
</style>