Shades of Rich Blue #5756BC
Tints of Rich Blue #5756BC
RGB
CMYK
RGB Variations
Color information
#5756BC (or 0x5756BC) is known color: Rich Blue. HEX triplet: 57, 56 and BC. RGB value is (87,86,188). Sum of RGB (Red+Green+Blue) = 87+86+188=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #5756BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5756BC is #A8A943. Grayscale: #616161. Windows color (decimal): -11053380 or 12342871. OLE color: 12342871.
HSL color Cylindrical-coordinate representation of color #5756BC: hue angle of 240.59º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5756BC is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 86 | 188 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.26 |
| HSL | 240.59º | 0.43% | 0.54% | - |
| HSV(B) | 240.59º | 0.54% | 0.74% | - |
| XYZ | 16.34 | 12.31 | 49.09 | - |
| YUV | 97.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 188 | 0.54 | 0.54 | 0 | 0.26 | 240.59 | 0.43 | 0.54 |
| Hex | 57 | 56 | BC | 36 | 36 | 0 | 1A | F1 | 2B | 36 |
| Octal | 127 | 126 | 274 | 66 | 66 | 0 | 32 | 361 | 53 | 66 |
| Binary | 1010111 | 1010110 | 10111100 | 110110 | 110110 | 0 | 11010 | 11110001 | 101011 | 110110 |
Color Harmonies of #5756BC
Complementary color
Monochromatic Colors of #5756BC
Black with #5756BC
Text Example
Text Example
White with #5756BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5756BC; }
p { color: rgb(87,86,188); }
H1.HeaderClassName
{
color: #5756BC;
}
.AnyTagClassName
{
color: #5756BC;
}
</style>
background-color css
<style>
a { background-color: #5756BC; }
a { background-color: rgb(87,86,188); }
div.DivClassName
{
background-color: #5756BC;
}
.BgClassName
{
background-color: #5756BC;
}
</style>
border-color css
<style>
span { border-color: #5756BC; }
span { border-color: rgb(87,86,188); }
td.TdClassName
{
border-color: #5756BC;
}
.TagClassName
{
border-color: #5756BC;
}
</style>