Shades of Blue Diamond #552678
Tints of Blue Diamond #552678
RGB
CMYK
RGB Variations
Color information
#552678 (or 0x552678) is known color: Blue Diamond. HEX triplet: 55, 26 and 78. RGB value is (85,38,120). Sum of RGB (Red+Green+Blue) = 85+38+120=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #552678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552678 is #AAD987. Grayscale: #3D3D3D. Windows color (decimal): -11196808 or 7874133. OLE color: 7874133.
HSL color Cylindrical-coordinate representation of color #552678: hue angle of 274.39º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #552678 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 38 | 120 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.53 |
| HSL | 274.39º | 0.52% | 0.31% | - |
| HSV(B) | 274.39º | 0.68% | 0.47% | - |
| XYZ | 7.83 | 4.67 | 18.26 | - |
| YUV | 61.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 120 | 0.29 | 0.68 | 0 | 0.53 | 274.39 | 0.52 | 0.31 |
| Hex | 55 | 26 | 78 | 1D | 44 | 0 | 35 | 112 | 34 | 1F |
| Octal | 125 | 46 | 170 | 35 | 104 | 0 | 65 | 422 | 64 | 37 |
| Binary | 1010101 | 100110 | 1111000 | 11101 | 1000100 | 0 | 110101 | 100010010 | 110100 | 11111 |
Color Harmonies of #552678
Complementary color
Monochromatic Colors of #552678
Black with #552678
Text Example
Text Example
White with #552678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552678; }
p { color: rgb(85,38,120); }
H1.HeaderClassName
{
color: #552678;
}
.AnyTagClassName
{
color: #552678;
}
</style>
background-color css
<style>
a { background-color: #552678; }
a { background-color: rgb(85,38,120); }
div.DivClassName
{
background-color: #552678;
}
.BgClassName
{
background-color: #552678;
}
</style>
border-color css
<style>
span { border-color: #552678; }
span { border-color: rgb(85,38,120); }
td.TdClassName
{
border-color: #552678;
}
.TagClassName
{
border-color: #552678;
}
</style>