Shades of Rich Blue #5754BC
Tints of Rich Blue #5754BC
RGB
CMYK
RGB Variations
Color information
#5754BC (or 0x5754BC) is known color: Rich Blue. HEX triplet: 57, 54 and BC. RGB value is (87,84,188). Sum of RGB (Red+Green+Blue) = 87+84+188=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #5754BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754BC is #A8AB43. Grayscale: #606060. Windows color (decimal): -11053892 or 12342359. OLE color: 12342359.
HSL color Cylindrical-coordinate representation of color #5754BC: hue angle of 241.73º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5754BC is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 84 | 188 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.26 |
| HSL | 241.73º | 0.44% | 0.53% | - |
| HSV(B) | 241.73º | 0.55% | 0.74% | - |
| XYZ | 16.18 | 12 | 49.04 | - |
| YUV | 96.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 188 | 0.54 | 0.55 | 0 | 0.26 | 241.73 | 0.44 | 0.53 |
| Hex | 57 | 54 | BC | 36 | 37 | 0 | 1A | F2 | 2C | 35 |
| Octal | 127 | 124 | 274 | 66 | 67 | 0 | 32 | 362 | 54 | 65 |
| Binary | 1010111 | 1010100 | 10111100 | 110110 | 110111 | 0 | 11010 | 11110010 | 101100 | 110101 |
Color Harmonies of #5754BC
Complementary color
Monochromatic Colors of #5754BC
Black with #5754BC
Text Example
Text Example
White with #5754BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5754BC; }
p { color: rgb(87,84,188); }
H1.HeaderClassName
{
color: #5754BC;
}
.AnyTagClassName
{
color: #5754BC;
}
</style>
background-color css
<style>
a { background-color: #5754BC; }
a { background-color: rgb(87,84,188); }
div.DivClassName
{
background-color: #5754BC;
}
.BgClassName
{
background-color: #5754BC;
}
</style>
border-color css
<style>
span { border-color: #5754BC; }
span { border-color: rgb(87,84,188); }
td.TdClassName
{
border-color: #5754BC;
}
.TagClassName
{
border-color: #5754BC;
}
</style>