Shades of Rich Blue #555FB5
Tints of Rich Blue #555FB5
RGB
CMYK
RGB Variations
Color information
#555FB5 (or 0x555FB5) is known color: Rich Blue. HEX triplet: 55, 5F and B5. RGB value is (85,95,181). Sum of RGB (Red+Green+Blue) = 85+95+181=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #555FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555FB5 is #AAA04A. Grayscale: #656565. Windows color (decimal): -11182155 or 11886421. OLE color: 11886421.
HSL color Cylindrical-coordinate representation of color #555FB5: hue angle of 233.75º degrees, saturation: 0.39, 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 #555FB5 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 95 | 181 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.29 |
| HSL | 233.75º | 0.39% | 0.52% | - |
| HSV(B) | 233.75º | 0.53% | 0.71% | - |
| XYZ | 16.18 | 13.45 | 45.46 | - |
| YUV | 101.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 181 | 0.53 | 0.48 | 0 | 0.29 | 233.75 | 0.39 | 0.52 |
| Hex | 55 | 5F | B5 | 35 | 30 | 0 | 1D | EA | 27 | 34 |
| Octal | 125 | 137 | 265 | 65 | 60 | 0 | 35 | 352 | 47 | 64 |
| Binary | 1010101 | 1011111 | 10110101 | 110101 | 110000 | 0 | 11101 | 11101010 | 100111 | 110100 |
Color Harmonies of #555FB5
Complementary color
Monochromatic Colors of #555FB5
Black with #555FB5
Text Example
Text Example
White with #555FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FB5; }
p { color: rgb(85,95,181); }
H1.HeaderClassName
{
color: #555FB5;
}
.AnyTagClassName
{
color: #555FB5;
}
</style>
background-color css
<style>
a { background-color: #555FB5; }
a { background-color: rgb(85,95,181); }
div.DivClassName
{
background-color: #555FB5;
}
.BgClassName
{
background-color: #555FB5;
}
</style>
border-color css
<style>
span { border-color: #555FB5; }
span { border-color: rgb(85,95,181); }
td.TdClassName
{
border-color: #555FB5;
}
.TagClassName
{
border-color: #555FB5;
}
</style>