Shades of Rich Blue #555BB3
Tints of Rich Blue #555BB3
RGB
CMYK
RGB Variations
Color information
#555BB3 (or 0x555BB3) is known color: Rich Blue. HEX triplet: 55, 5B and B3. RGB value is (85,91,179). Sum of RGB (Red+Green+Blue) = 85+91+179=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #555BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BB3 is #AAA44C. Grayscale: #626262. Windows color (decimal): -11183181 or 11754325. OLE color: 11754325.
HSL color Cylindrical-coordinate representation of color #555BB3: hue angle of 236.17º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555BB3 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 91 | 179 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.30 |
| HSL | 236.17º | 0.38% | 0.52% | - |
| HSV(B) | 236.17º | 0.53% | 0.7% | - |
| XYZ | 15.62 | 12.67 | 44.27 | - |
| YUV | 99.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 179 | 0.53 | 0.49 | 0 | 0.30 | 236.17 | 0.38 | 0.52 |
| Hex | 55 | 5B | B3 | 35 | 31 | 0 | 1E | EC | 26 | 34 |
| Octal | 125 | 133 | 263 | 65 | 61 | 0 | 36 | 354 | 46 | 64 |
| Binary | 1010101 | 1011011 | 10110011 | 110101 | 110001 | 0 | 11110 | 11101100 | 100110 | 110100 |
Color Harmonies of #555BB3
Complementary color
Monochromatic Colors of #555BB3
Black with #555BB3
Text Example
Text Example
White with #555BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BB3; }
p { color: rgb(85,91,179); }
H1.HeaderClassName
{
color: #555BB3;
}
.AnyTagClassName
{
color: #555BB3;
}
</style>
background-color css
<style>
a { background-color: #555BB3; }
a { background-color: rgb(85,91,179); }
div.DivClassName
{
background-color: #555BB3;
}
.BgClassName
{
background-color: #555BB3;
}
</style>
border-color css
<style>
span { border-color: #555BB3; }
span { border-color: rgb(85,91,179); }
td.TdClassName
{
border-color: #555BB3;
}
.TagClassName
{
border-color: #555BB3;
}
</style>