Shades of Rich Blue #555CB9
Tints of Rich Blue #555CB9
RGB
CMYK
RGB Variations
Color information
#555CB9 (or 0x555CB9) is known color: Rich Blue. HEX triplet: 55, 5C and B9. RGB value is (85,92,185). Sum of RGB (Red+Green+Blue) = 85+92+185=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #555CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CB9 is #AAA346. Grayscale: #646464. Windows color (decimal): -11182919 or 12147797. OLE color: 12147797.
HSL color Cylindrical-coordinate representation of color #555CB9: hue angle of 235.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555CB9 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 92 | 185 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.27 |
| HSL | 235.8º | 0.42% | 0.53% | - |
| HSV(B) | 235.8º | 0.54% | 0.73% | - |
| XYZ | 16.33 | 13.09 | 47.56 | - |
| YUV | 100.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 185 | 0.54 | 0.50 | 0 | 0.27 | 235.8 | 0.42 | 0.53 |
| Hex | 55 | 5C | B9 | 36 | 32 | 0 | 1B | EC | 2A | 35 |
| Octal | 125 | 134 | 271 | 66 | 62 | 0 | 33 | 354 | 52 | 65 |
| Binary | 1010101 | 1011100 | 10111001 | 110110 | 110010 | 0 | 11011 | 11101100 | 101010 | 110101 |
Color Harmonies of #555CB9
Complementary color
Monochromatic Colors of #555CB9
Black with #555CB9
Text Example
Text Example
White with #555CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CB9; }
p { color: rgb(85,92,185); }
H1.HeaderClassName
{
color: #555CB9;
}
.AnyTagClassName
{
color: #555CB9;
}
</style>
background-color css
<style>
a { background-color: #555CB9; }
a { background-color: rgb(85,92,185); }
div.DivClassName
{
background-color: #555CB9;
}
.BgClassName
{
background-color: #555CB9;
}
</style>
border-color css
<style>
span { border-color: #555CB9; }
span { border-color: rgb(85,92,185); }
td.TdClassName
{
border-color: #555CB9;
}
.TagClassName
{
border-color: #555CB9;
}
</style>