Shades of Rich Blue #5753AE
Tints of Rich Blue #5753AE
RGB
CMYK
RGB Variations
Color information
#5753AE (or 0x5753AE) is known color: Rich Blue. HEX triplet: 57, 53 and AE. RGB value is (87,83,174). Sum of RGB (Red+Green+Blue) = 87+83+174=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #5753AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5753AE is #A8AC51. Grayscale: #5E5E5E. Windows color (decimal): -11054162 or 11424599. OLE color: 11424599.
HSL color Cylindrical-coordinate representation of color #5753AE: hue angle of 242.64º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5753AE is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 83 | 174 | - |
| CMYK | 0.5 | 0.52 | 0 | 0.32 |
| HSL | 242.64º | 0.36% | 0.5% | - |
| HSV(B) | 242.64º | 0.52% | 0.68% | - |
| XYZ | 14.66 | 11.27 | 41.45 | - |
| YUV | 94.57 | 172.83 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 174 | 0.5 | 0.52 | 0 | 0.32 | 242.64 | 0.36 | 0.5 |
| Hex | 57 | 53 | AE | 32 | 34 | 0 | 20 | F3 | 24 | 32 |
| Octal | 127 | 123 | 256 | 62 | 64 | 0 | 40 | 363 | 44 | 62 |
| Binary | 1010111 | 1010011 | 10101110 | 110010 | 110100 | 0 | 100000 | 11110011 | 100100 | 110010 |
Color Harmonies of #5753AE
Complementary color
Monochromatic Colors of #5753AE
Black with #5753AE
Text Example
Text Example
White with #5753AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5753AE; }
p { color: rgb(87,83,174); }
H1.HeaderClassName
{
color: #5753AE;
}
.AnyTagClassName
{
color: #5753AE;
}
</style>
background-color css
<style>
a { background-color: #5753AE; }
a { background-color: rgb(87,83,174); }
div.DivClassName
{
background-color: #5753AE;
}
.BgClassName
{
background-color: #5753AE;
}
</style>
border-color css
<style>
span { border-color: #5753AE; }
span { border-color: rgb(87,83,174); }
td.TdClassName
{
border-color: #5753AE;
}
.TagClassName
{
border-color: #5753AE;
}
</style>