Shades of Rich Blue #5357B0
Tints of Rich Blue #5357B0
RGB
CMYK
RGB Variations
Color information
#5357B0 (or 0x5357B0) is known color: Rich Blue. HEX triplet: 53, 57 and B0. RGB value is (83,87,176). Sum of RGB (Red+Green+Blue) = 83+87+176=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 87 (34.38% from 255 or 25.14% 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 #5357B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5357B0 is #ACA84F. Grayscale: #5F5F5F. Windows color (decimal): -11315280 or 11556691. OLE color: 11556691.
HSL color Cylindrical-coordinate representation of color #5357B0: hue angle of 237.42º 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 #5357B0 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 87 | 176 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.31 |
| HSL | 237.42º | 0.37% | 0.51% | - |
| HSV(B) | 237.42º | 0.53% | 0.69% | - |
| XYZ | 14.81 | 11.79 | 42.57 | - |
| YUV | 95.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 176 | 0.53 | 0.51 | 0 | 0.31 | 237.42 | 0.37 | 0.51 |
| Hex | 53 | 57 | B0 | 35 | 33 | 0 | 1F | ED | 25 | 33 |
| Octal | 123 | 127 | 260 | 65 | 63 | 0 | 37 | 355 | 45 | 63 |
| Binary | 1010011 | 1010111 | 10110000 | 110101 | 110011 | 0 | 11111 | 11101101 | 100101 | 110011 |
Color Harmonies of #5357B0
Complementary color
Monochromatic Colors of #5357B0
Black with #5357B0
Text Example
Text Example
White with #5357B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5357B0; }
p { color: rgb(83,87,176); }
H1.HeaderClassName
{
color: #5357B0;
}
.AnyTagClassName
{
color: #5357B0;
}
</style>
background-color css
<style>
a { background-color: #5357B0; }
a { background-color: rgb(83,87,176); }
div.DivClassName
{
background-color: #5357B0;
}
.BgClassName
{
background-color: #5357B0;
}
</style>
border-color css
<style>
span { border-color: #5357B0; }
span { border-color: rgb(83,87,176); }
td.TdClassName
{
border-color: #5357B0;
}
.TagClassName
{
border-color: #5357B0;
}
</style>