Shades of Rich Blue #5756AD
Tints of Rich Blue #5756AD
RGB
CMYK
RGB Variations
Color information
#5756AD (or 0x5756AD) is known color: Rich Blue. HEX triplet: 57, 56 and AD. RGB value is (87,86,173). Sum of RGB (Red+Green+Blue) = 87+86+173=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #5756AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5756AD is #A8A952. Grayscale: #5F5F5F. Windows color (decimal): -11053395 or 11359831. OLE color: 11359831.
HSL color Cylindrical-coordinate representation of color #5756AD: hue angle of 240.69º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5756AD is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 86 | 173 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.32 |
| HSL | 240.69º | 0.35% | 0.51% | - |
| HSV(B) | 240.69º | 0.5% | 0.68% | - |
| XYZ | 14.8 | 11.7 | 41.01 | - |
| YUV | 96.22 | 171.33 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 173 | 0.50 | 0.50 | 0 | 0.32 | 240.69 | 0.35 | 0.51 |
| Hex | 57 | 56 | AD | 32 | 32 | 0 | 20 | F1 | 23 | 33 |
| Octal | 127 | 126 | 255 | 62 | 62 | 0 | 40 | 361 | 43 | 63 |
| Binary | 1010111 | 1010110 | 10101101 | 110010 | 110010 | 0 | 100000 | 11110001 | 100011 | 110011 |
Color Harmonies of #5756AD
Complementary color
Monochromatic Colors of #5756AD
Black with #5756AD
Text Example
Text Example
White with #5756AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5756AD; }
p { color: rgb(87,86,173); }
H1.HeaderClassName
{
color: #5756AD;
}
.AnyTagClassName
{
color: #5756AD;
}
</style>
background-color css
<style>
a { background-color: #5756AD; }
a { background-color: rgb(87,86,173); }
div.DivClassName
{
background-color: #5756AD;
}
.BgClassName
{
background-color: #5756AD;
}
</style>
border-color css
<style>
span { border-color: #5756AD; }
span { border-color: rgb(87,86,173); }
td.TdClassName
{
border-color: #5756AD;
}
.TagClassName
{
border-color: #5756AD;
}
</style>