Shades of Rich Blue #5753B0
Tints of Rich Blue #5753B0
RGB
CMYK
RGB Variations
Color information
#5753B0 (or 0x5753B0) is known color: Rich Blue. HEX triplet: 57, 53 and B0. RGB value is (87,83,176). Sum of RGB (Red+Green+Blue) = 87+83+176=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 176 (69.14% from 255 or 50.87% from 346); Max value from RGB is 176 - color contains mainly: blue. Hex color #5753B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5753B0 is #A8AC4F. Grayscale: #5E5E5E. Windows color (decimal): -11054160 or 11555671. OLE color: 11555671.
HSL color Cylindrical-coordinate representation of color #5753B0: hue angle of 242.58º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5753B0 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 83 | 176 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.31 |
| HSL | 242.58º | 0.37% | 0.51% | - |
| HSV(B) | 242.58º | 0.53% | 0.69% | - |
| XYZ | 14.86 | 11.35 | 42.48 | - |
| YUV | 94.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 176 | 0.51 | 0.53 | 0 | 0.31 | 242.58 | 0.37 | 0.51 |
| Hex | 57 | 53 | B0 | 33 | 35 | 0 | 1F | F3 | 25 | 33 |
| Octal | 127 | 123 | 260 | 63 | 65 | 0 | 37 | 363 | 45 | 63 |
| Binary | 1010111 | 1010011 | 10110000 | 110011 | 110101 | 0 | 11111 | 11110011 | 100101 | 110011 |
Color Harmonies of #5753B0
Complementary color
Monochromatic Colors of #5753B0
Black with #5753B0
Text Example
Text Example
White with #5753B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5753B0; }
p { color: rgb(87,83,176); }
H1.HeaderClassName
{
color: #5753B0;
}
.AnyTagClassName
{
color: #5753B0;
}
</style>
background-color css
<style>
a { background-color: #5753B0; }
a { background-color: rgb(87,83,176); }
div.DivClassName
{
background-color: #5753B0;
}
.BgClassName
{
background-color: #5753B0;
}
</style>
border-color css
<style>
span { border-color: #5753B0; }
span { border-color: rgb(87,83,176); }
td.TdClassName
{
border-color: #5753B0;
}
.TagClassName
{
border-color: #5753B0;
}
</style>