Shades of Rich Blue #5756BE
Tints of Rich Blue #5756BE
RGB
CMYK
RGB Variations
Color information
#5756BE (or 0x5756BE) is known color: Rich Blue. HEX triplet: 57, 56 and BE. RGB value is (87,86,190). Sum of RGB (Red+Green+Blue) = 87+86+190=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #5756BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5756BE is #A8A941. Grayscale: #616161. Windows color (decimal): -11053378 or 12473943. OLE color: 12473943.
HSL color Cylindrical-coordinate representation of color #5756BE: hue angle of 240.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5756BE is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 86 | 190 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.25 |
| HSL | 240.58º | 0.44% | 0.54% | - |
| HSV(B) | 240.58º | 0.55% | 0.75% | - |
| XYZ | 16.55 | 12.4 | 50.24 | - |
| YUV | 98.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 190 | 0.54 | 0.55 | 0 | 0.25 | 240.58 | 0.44 | 0.54 |
| Hex | 57 | 56 | BE | 36 | 37 | 0 | 19 | F1 | 2C | 36 |
| Octal | 127 | 126 | 276 | 66 | 67 | 0 | 31 | 361 | 54 | 66 |
| Binary | 1010111 | 1010110 | 10111110 | 110110 | 110111 | 0 | 11001 | 11110001 | 101100 | 110110 |
Color Harmonies of #5756BE
Complementary color
Monochromatic Colors of #5756BE
Black with #5756BE
Text Example
Text Example
White with #5756BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5756BE; }
p { color: rgb(87,86,190); }
H1.HeaderClassName
{
color: #5756BE;
}
.AnyTagClassName
{
color: #5756BE;
}
</style>
background-color css
<style>
a { background-color: #5756BE; }
a { background-color: rgb(87,86,190); }
div.DivClassName
{
background-color: #5756BE;
}
.BgClassName
{
background-color: #5756BE;
}
</style>
border-color css
<style>
span { border-color: #5756BE; }
span { border-color: rgb(87,86,190); }
td.TdClassName
{
border-color: #5756BE;
}
.TagClassName
{
border-color: #5756BE;
}
</style>