Shades of Rich Blue #5757BD
Tints of Rich Blue #5757BD
RGB
CMYK
RGB Variations
Color information
#5757BD (or 0x5757BD) is known color: Rich Blue. HEX triplet: 57, 57 and BD. RGB value is (87,87,189). Sum of RGB (Red+Green+Blue) = 87+87+189=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #5757BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5757BD is #A8A842. Grayscale: #626262. Windows color (decimal): -11053123 or 12408663. OLE color: 12408663.
HSL color Cylindrical-coordinate representation of color #5757BD: hue angle of 240º degrees, saturation: 0.44, 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 #5757BD is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 87 | 189 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.26 |
| HSL | 240º | 0.44% | 0.54% | - |
| HSV(B) | 240º | 0.54% | 0.74% | - |
| XYZ | 16.52 | 12.52 | 49.69 | - |
| YUV | 98.63 | 179 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 189 | 0.54 | 0.54 | 0 | 0.26 | 240 | 0.44 | 0.54 |
| Hex | 57 | 57 | BD | 36 | 36 | 0 | 1A | F0 | 2C | 36 |
| Octal | 127 | 127 | 275 | 66 | 66 | 0 | 32 | 360 | 54 | 66 |
| Binary | 1010111 | 1010111 | 10111101 | 110110 | 110110 | 0 | 11010 | 11110000 | 101100 | 110110 |
Color Harmonies of #5757BD
Complementary color
Monochromatic Colors of #5757BD
Black with #5757BD
Text Example
Text Example
White with #5757BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5757BD; }
p { color: rgb(87,87,189); }
H1.HeaderClassName
{
color: #5757BD;
}
.AnyTagClassName
{
color: #5757BD;
}
</style>
background-color css
<style>
a { background-color: #5757BD; }
a { background-color: rgb(87,87,189); }
div.DivClassName
{
background-color: #5757BD;
}
.BgClassName
{
background-color: #5757BD;
}
</style>
border-color css
<style>
span { border-color: #5757BD; }
span { border-color: rgb(87,87,189); }
td.TdClassName
{
border-color: #5757BD;
}
.TagClassName
{
border-color: #5757BD;
}
</style>