Shades of Rich Blue #555DB6
Tints of Rich Blue #555DB6
RGB
CMYK
RGB Variations
Color information
#555DB6 (or 0x555DB6) is known color: Rich Blue. HEX triplet: 55, 5D and B6. RGB value is (85,93,182). Sum of RGB (Red+Green+Blue) = 85+93+182=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #555DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DB6 is #AAA249. Grayscale: #646464. Windows color (decimal): -11182666 or 11951445. OLE color: 11951445.
HSL color Cylindrical-coordinate representation of color #555DB6: hue angle of 235.05º 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 #555DB6 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 93 | 182 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.29 |
| HSL | 235.05º | 0.4% | 0.52% | - |
| HSV(B) | 235.05º | 0.53% | 0.71% | - |
| XYZ | 16.1 | 13.14 | 45.94 | - |
| YUV | 100.75 | 173.85 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 182 | 0.53 | 0.49 | 0 | 0.29 | 235.05 | 0.4 | 0.52 |
| Hex | 55 | 5D | B6 | 35 | 31 | 0 | 1D | EB | 28 | 34 |
| Octal | 125 | 135 | 266 | 65 | 61 | 0 | 35 | 353 | 50 | 64 |
| Binary | 1010101 | 1011101 | 10110110 | 110101 | 110001 | 0 | 11101 | 11101011 | 101000 | 110100 |
Color Harmonies of #555DB6
Complementary color
Monochromatic Colors of #555DB6
Black with #555DB6
Text Example
Text Example
White with #555DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DB6; }
p { color: rgb(85,93,182); }
H1.HeaderClassName
{
color: #555DB6;
}
.AnyTagClassName
{
color: #555DB6;
}
</style>
background-color css
<style>
a { background-color: #555DB6; }
a { background-color: rgb(85,93,182); }
div.DivClassName
{
background-color: #555DB6;
}
.BgClassName
{
background-color: #555DB6;
}
</style>
border-color css
<style>
span { border-color: #555DB6; }
span { border-color: rgb(85,93,182); }
td.TdClassName
{
border-color: #555DB6;
}
.TagClassName
{
border-color: #555DB6;
}
</style>