Shades of Blue Diamond #55196F
Tints of Blue Diamond #55196F
RGB
CMYK
RGB Variations
Color information
#55196F (or 0x55196F) is known color: Blue Diamond. HEX triplet: 55, 19 and 6F. RGB value is (85,25,111). Sum of RGB (Red+Green+Blue) = 85+25+111=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #55196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55196F is #AAE690. Grayscale: #343434. Windows color (decimal): -11200145 or 7280981. OLE color: 7280981.
HSL color Cylindrical-coordinate representation of color #55196F: hue angle of 281.86º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55196F is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 25 | 111 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.56 |
| HSL | 281.86º | 0.63% | 0.27% | - |
| HSV(B) | 281.86º | 0.77% | 0.44% | - |
| XYZ | 6.96 | 3.77 | 15.4 | - |
| YUV | 52.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 111 | 0.23 | 0.77 | 0 | 0.56 | 281.86 | 0.63 | 0.27 |
| Hex | 55 | 19 | 6F | 17 | 4D | 0 | 38 | 11A | 3F | 1B |
| Octal | 125 | 31 | 157 | 27 | 115 | 0 | 70 | 432 | 77 | 33 |
| Binary | 1010101 | 11001 | 1101111 | 10111 | 1001101 | 0 | 111000 | 100011010 | 111111 | 11011 |
Color Harmonies of #55196F
Complementary color
Monochromatic Colors of #55196F
Black with #55196F
Text Example
Text Example
White with #55196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55196F; }
p { color: rgb(85,25,111); }
H1.HeaderClassName
{
color: #55196F;
}
.AnyTagClassName
{
color: #55196F;
}
</style>
background-color css
<style>
a { background-color: #55196F; }
a { background-color: rgb(85,25,111); }
div.DivClassName
{
background-color: #55196F;
}
.BgClassName
{
background-color: #55196F;
}
</style>
border-color css
<style>
span { border-color: #55196F; }
span { border-color: rgb(85,25,111); }
td.TdClassName
{
border-color: #55196F;
}
.TagClassName
{
border-color: #55196F;
}
</style>