Shades of Rich Blue #555BB6
Tints of Rich Blue #555BB6
RGB
CMYK
RGB Variations
Color information
#555BB6 (or 0x555BB6) is known color: Rich Blue. HEX triplet: 55, 5B and B6. RGB value is (85,91,182). Sum of RGB (Red+Green+Blue) = 85+91+182=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #555BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BB6 is #AAA449. Grayscale: #636363. Windows color (decimal): -11183178 or 11950933. OLE color: 11950933.
HSL color Cylindrical-coordinate representation of color #555BB6: hue angle of 236.29º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555BB6 is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 91 | 182 | - |
| CMYK | 0.53 | 0.5 | 0 | 0.29 |
| HSL | 236.29º | 0.4% | 0.52% | - |
| HSV(B) | 236.29º | 0.53% | 0.71% | - |
| XYZ | 15.93 | 12.79 | 45.89 | - |
| YUV | 99.58 | 174.51 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 182 | 0.53 | 0.5 | 0 | 0.29 | 236.29 | 0.4 | 0.52 |
| Hex | 55 | 5B | B6 | 35 | 32 | 0 | 1D | EC | 28 | 34 |
| Octal | 125 | 133 | 266 | 65 | 62 | 0 | 35 | 354 | 50 | 64 |
| Binary | 1010101 | 1011011 | 10110110 | 110101 | 110010 | 0 | 11101 | 11101100 | 101000 | 110100 |
Color Harmonies of #555BB6
Complementary color
Monochromatic Colors of #555BB6
Black with #555BB6
Text Example
Text Example
White with #555BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BB6; }
p { color: rgb(85,91,182); }
H1.HeaderClassName
{
color: #555BB6;
}
.AnyTagClassName
{
color: #555BB6;
}
</style>
background-color css
<style>
a { background-color: #555BB6; }
a { background-color: rgb(85,91,182); }
div.DivClassName
{
background-color: #555BB6;
}
.BgClassName
{
background-color: #555BB6;
}
</style>
border-color css
<style>
span { border-color: #555BB6; }
span { border-color: rgb(85,91,182); }
td.TdClassName
{
border-color: #555BB6;
}
.TagClassName
{
border-color: #555BB6;
}
</style>