Shades of Rich Blue #555DB1
Tints of Rich Blue #555DB1
RGB
CMYK
RGB Variations
Color information
#555DB1 (or 0x555DB1) is known color: Rich Blue. HEX triplet: 55, 5D and B1. RGB value is (85,93,177). Sum of RGB (Red+Green+Blue) = 85+93+177=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #555DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555DB1 is #AAA24E. Grayscale: #636363. Windows color (decimal): -11182671 or 11623765. OLE color: 11623765.
HSL color Cylindrical-coordinate representation of color #555DB1: hue angle of 234.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #555DB1 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 93 | 177 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.31 |
| HSL | 234.78º | 0.37% | 0.51% | - |
| HSV(B) | 234.78º | 0.52% | 0.69% | - |
| XYZ | 15.6 | 12.93 | 43.27 | - |
| YUV | 100.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 177 | 0.52 | 0.47 | 0 | 0.31 | 234.78 | 0.37 | 0.51 |
| Hex | 55 | 5D | B1 | 34 | 2F | 0 | 1F | EB | 25 | 33 |
| Octal | 125 | 135 | 261 | 64 | 57 | 0 | 37 | 353 | 45 | 63 |
| Binary | 1010101 | 1011101 | 10110001 | 110100 | 101111 | 0 | 11111 | 11101011 | 100101 | 110011 |
Color Harmonies of #555DB1
Complementary color
Monochromatic Colors of #555DB1
Black with #555DB1
Text Example
Text Example
White with #555DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DB1; }
p { color: rgb(85,93,177); }
H1.HeaderClassName
{
color: #555DB1;
}
.AnyTagClassName
{
color: #555DB1;
}
</style>
background-color css
<style>
a { background-color: #555DB1; }
a { background-color: rgb(85,93,177); }
div.DivClassName
{
background-color: #555DB1;
}
.BgClassName
{
background-color: #555DB1;
}
</style>
border-color css
<style>
span { border-color: #555DB1; }
span { border-color: rgb(85,93,177); }
td.TdClassName
{
border-color: #555DB1;
}
.TagClassName
{
border-color: #555DB1;
}
</style>