Shades of Rich Blue #5755BD
Tints of Rich Blue #5755BD
RGB
CMYK
RGB Variations
Color information
#5755BD (or 0x5755BD) is known color: Rich Blue. HEX triplet: 57, 55 and BD. RGB value is (87,85,189). Sum of RGB (Red+Green+Blue) = 87+85+189=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #5755BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5755BD is #A8AA42. Grayscale: #616161. Windows color (decimal): -11053635 or 12408151. OLE color: 12408151.
HSL color Cylindrical-coordinate representation of color #5755BD: hue angle of 241.15º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5755BD is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 85 | 189 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.26 |
| HSL | 241.15º | 0.44% | 0.54% | - |
| HSV(B) | 241.15º | 0.55% | 0.74% | - |
| XYZ | 16.36 | 12.2 | 49.64 | - |
| YUV | 97.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 189 | 0.54 | 0.55 | 0 | 0.26 | 241.15 | 0.44 | 0.54 |
| Hex | 57 | 55 | BD | 36 | 37 | 0 | 1A | F1 | 2C | 36 |
| Octal | 127 | 125 | 275 | 66 | 67 | 0 | 32 | 361 | 54 | 66 |
| Binary | 1010111 | 1010101 | 10111101 | 110110 | 110111 | 0 | 11010 | 11110001 | 101100 | 110110 |
Color Harmonies of #5755BD
Complementary color
Monochromatic Colors of #5755BD
Black with #5755BD
Text Example
Text Example
White with #5755BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5755BD; }
p { color: rgb(87,85,189); }
H1.HeaderClassName
{
color: #5755BD;
}
.AnyTagClassName
{
color: #5755BD;
}
</style>
background-color css
<style>
a { background-color: #5755BD; }
a { background-color: rgb(87,85,189); }
div.DivClassName
{
background-color: #5755BD;
}
.BgClassName
{
background-color: #5755BD;
}
</style>
border-color css
<style>
span { border-color: #5755BD; }
span { border-color: rgb(87,85,189); }
td.TdClassName
{
border-color: #5755BD;
}
.TagClassName
{
border-color: #5755BD;
}
</style>