Shades of Rich Blue #555DBF
Tints of Rich Blue #555DBF
RGB
CMYK
RGB Variations
Color information
#555DBF (or 0x555DBF) is known color: Rich Blue. HEX triplet: 55, 5D and BF. RGB value is (85,93,191). Sum of RGB (Red+Green+Blue) = 85+93+191=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #555DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DBF is #AAA240. Grayscale: #656565. Windows color (decimal): -11182657 or 12541269. OLE color: 12541269.
HSL color Cylindrical-coordinate representation of color #555DBF: hue angle of 235.47º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555DBF is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 93 | 191 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.25 |
| HSL | 235.47º | 0.45% | 0.54% | - |
| HSV(B) | 235.47º | 0.55% | 0.75% | - |
| XYZ | 17.06 | 13.52 | 51 | - |
| YUV | 101.78 | 178.35 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 191 | 0.55 | 0.51 | 0 | 0.25 | 235.47 | 0.45 | 0.54 |
| Hex | 55 | 5D | BF | 37 | 33 | 0 | 19 | EB | 2D | 36 |
| Octal | 125 | 135 | 277 | 67 | 63 | 0 | 31 | 353 | 55 | 66 |
| Binary | 1010101 | 1011101 | 10111111 | 110111 | 110011 | 0 | 11001 | 11101011 | 101101 | 110110 |
Color Harmonies of #555DBF
Complementary color
Monochromatic Colors of #555DBF
Black with #555DBF
Text Example
Text Example
White with #555DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DBF; }
p { color: rgb(85,93,191); }
H1.HeaderClassName
{
color: #555DBF;
}
.AnyTagClassName
{
color: #555DBF;
}
</style>
background-color css
<style>
a { background-color: #555DBF; }
a { background-color: rgb(85,93,191); }
div.DivClassName
{
background-color: #555DBF;
}
.BgClassName
{
background-color: #555DBF;
}
</style>
border-color css
<style>
span { border-color: #555DBF; }
span { border-color: rgb(85,93,191); }
td.TdClassName
{
border-color: #555DBF;
}
.TagClassName
{
border-color: #555DBF;
}
</style>