Shades of Rich Blue #5750BD
Tints of Rich Blue #5750BD
RGB
CMYK
RGB Variations
Color information
#5750BD (or 0x5750BD) is known color: Rich Blue. HEX triplet: 57, 50 and BD. RGB value is (87,80,189). Sum of RGB (Red+Green+Blue) = 87+80+189=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #5750BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5750BD is #A8AF42. Grayscale: #5E5E5E. Windows color (decimal): -11054915 or 12406871. OLE color: 12406871.
HSL color Cylindrical-coordinate representation of color #5750BD: hue angle of 243.85º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5750BD is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 80 | 189 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.26 |
| HSL | 243.85º | 0.45% | 0.53% | - |
| HSV(B) | 243.85º | 0.58% | 0.74% | - |
| XYZ | 15.98 | 11.44 | 49.51 | - |
| YUV | 94.52 | 181.32 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 189 | 0.54 | 0.58 | 0 | 0.26 | 243.85 | 0.45 | 0.53 |
| Hex | 57 | 50 | BD | 36 | 3A | 0 | 1A | F4 | 2D | 35 |
| Octal | 127 | 120 | 275 | 66 | 72 | 0 | 32 | 364 | 55 | 65 |
| Binary | 1010111 | 1010000 | 10111101 | 110110 | 111010 | 0 | 11010 | 11110100 | 101101 | 110101 |
Color Harmonies of #5750BD
Complementary color
Monochromatic Colors of #5750BD
Black with #5750BD
Text Example
Text Example
White with #5750BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5750BD; }
p { color: rgb(87,80,189); }
H1.HeaderClassName
{
color: #5750BD;
}
.AnyTagClassName
{
color: #5750BD;
}
</style>
background-color css
<style>
a { background-color: #5750BD; }
a { background-color: rgb(87,80,189); }
div.DivClassName
{
background-color: #5750BD;
}
.BgClassName
{
background-color: #5750BD;
}
</style>
border-color css
<style>
span { border-color: #5750BD; }
span { border-color: rgb(87,80,189); }
td.TdClassName
{
border-color: #5750BD;
}
.TagClassName
{
border-color: #5750BD;
}
</style>