Shades of Rich Blue #5751B1
Tints of Rich Blue #5751B1
RGB
CMYK
RGB Variations
Color information
#5751B1 (or 0x5751B1) is known color: Rich Blue. HEX triplet: 57, 51 and B1. RGB value is (87,81,177). Sum of RGB (Red+Green+Blue) = 87+81+177=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #5751B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5751B1 is #A8AE4E. Grayscale: #5D5D5D. Windows color (decimal): -11054671 or 11620695. OLE color: 11620695.
HSL color Cylindrical-coordinate representation of color #5751B1: hue angle of 243.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5751B1 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 81 | 177 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.31 |
| HSL | 243.75º | 0.38% | 0.51% | - |
| HSV(B) | 243.75º | 0.54% | 0.69% | - |
| XYZ | 14.81 | 11.09 | 42.95 | - |
| YUV | 93.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 177 | 0.51 | 0.54 | 0 | 0.31 | 243.75 | 0.38 | 0.51 |
| Hex | 57 | 51 | B1 | 33 | 36 | 0 | 1F | F4 | 26 | 33 |
| Octal | 127 | 121 | 261 | 63 | 66 | 0 | 37 | 364 | 46 | 63 |
| Binary | 1010111 | 1010001 | 10110001 | 110011 | 110110 | 0 | 11111 | 11110100 | 100110 | 110011 |
Color Harmonies of #5751B1
Complementary color
Monochromatic Colors of #5751B1
Black with #5751B1
Text Example
Text Example
White with #5751B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5751B1; }
p { color: rgb(87,81,177); }
H1.HeaderClassName
{
color: #5751B1;
}
.AnyTagClassName
{
color: #5751B1;
}
</style>
background-color css
<style>
a { background-color: #5751B1; }
a { background-color: rgb(87,81,177); }
div.DivClassName
{
background-color: #5751B1;
}
.BgClassName
{
background-color: #5751B1;
}
</style>
border-color css
<style>
span { border-color: #5751B1; }
span { border-color: rgb(87,81,177); }
td.TdClassName
{
border-color: #5751B1;
}
.TagClassName
{
border-color: #5751B1;
}
</style>