Shades of Blue Diamond #552875
Tints of Blue Diamond #552875
RGB
CMYK
RGB Variations
Color information
#552875 (or 0x552875) is known color: Blue Diamond. HEX triplet: 55, 28 and 75. RGB value is (85,40,117). Sum of RGB (Red+Green+Blue) = 85+40+117=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #552875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552875 is #AAD78A. Grayscale: #3D3D3D. Windows color (decimal): -11196299 or 7678037. OLE color: 7678037.
HSL color Cylindrical-coordinate representation of color #552875: hue angle of 275.06º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552875 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 40 | 117 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.54 |
| HSL | 275.06º | 0.49% | 0.31% | - |
| HSV(B) | 275.06º | 0.66% | 0.46% | - |
| XYZ | 7.72 | 4.73 | 17.34 | - |
| YUV | 62.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 117 | 0.27 | 0.66 | 0 | 0.54 | 275.06 | 0.49 | 0.31 |
| Hex | 55 | 28 | 75 | 1B | 42 | 0 | 36 | 113 | 31 | 1F |
| Octal | 125 | 50 | 165 | 33 | 102 | 0 | 66 | 423 | 61 | 37 |
| Binary | 1010101 | 101000 | 1110101 | 11011 | 1000010 | 0 | 110110 | 100010011 | 110001 | 11111 |
Color Harmonies of #552875
Complementary color
Monochromatic Colors of #552875
Black with #552875
Text Example
Text Example
White with #552875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552875; }
p { color: rgb(85,40,117); }
H1.HeaderClassName
{
color: #552875;
}
.AnyTagClassName
{
color: #552875;
}
</style>
background-color css
<style>
a { background-color: #552875; }
a { background-color: rgb(85,40,117); }
div.DivClassName
{
background-color: #552875;
}
.BgClassName
{
background-color: #552875;
}
</style>
border-color css
<style>
span { border-color: #552875; }
span { border-color: rgb(85,40,117); }
td.TdClassName
{
border-color: #552875;
}
.TagClassName
{
border-color: #552875;
}
</style>