Shades of Rich Blue #5756B6
Tints of Rich Blue #5756B6
RGB
CMYK
RGB Variations
Color information
#5756B6 (or 0x5756B6) is known color: Rich Blue. HEX triplet: 57, 56 and B6. RGB value is (87,86,182). Sum of RGB (Red+Green+Blue) = 87+86+182=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #5756B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5756B6 is #A8A949. Grayscale: #606060. Windows color (decimal): -11053386 or 11949655. OLE color: 11949655.
HSL color Cylindrical-coordinate representation of color #5756B6: hue angle of 240.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5756B6 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 86 | 182 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.29 |
| HSL | 240.63º | 0.4% | 0.53% | - |
| HSV(B) | 240.63º | 0.53% | 0.71% | - |
| XYZ | 15.7 | 12.06 | 45.76 | - |
| YUV | 97.24 | 175.83 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 182 | 0.52 | 0.53 | 0 | 0.29 | 240.63 | 0.4 | 0.53 |
| Hex | 57 | 56 | B6 | 34 | 35 | 0 | 1D | F1 | 28 | 35 |
| Octal | 127 | 126 | 266 | 64 | 65 | 0 | 35 | 361 | 50 | 65 |
| Binary | 1010111 | 1010110 | 10110110 | 110100 | 110101 | 0 | 11101 | 11110001 | 101000 | 110101 |
Color Harmonies of #5756B6
Complementary color
Monochromatic Colors of #5756B6
Black with #5756B6
Text Example
Text Example
White with #5756B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5756B6; }
p { color: rgb(87,86,182); }
H1.HeaderClassName
{
color: #5756B6;
}
.AnyTagClassName
{
color: #5756B6;
}
</style>
background-color css
<style>
a { background-color: #5756B6; }
a { background-color: rgb(87,86,182); }
div.DivClassName
{
background-color: #5756B6;
}
.BgClassName
{
background-color: #5756B6;
}
</style>
border-color css
<style>
span { border-color: #5756B6; }
span { border-color: rgb(87,86,182); }
td.TdClassName
{
border-color: #5756B6;
}
.TagClassName
{
border-color: #5756B6;
}
</style>