Shades of Rich Blue #5754AE
Tints of Rich Blue #5754AE
RGB
CMYK
RGB Variations
Color information
#5754AE (or 0x5754AE) is known color: Rich Blue. HEX triplet: 57, 54 and AE. RGB value is (87,84,174). Sum of RGB (Red+Green+Blue) = 87+84+174=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #5754AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5754AE is #A8AB51. Grayscale: #5E5E5E. Windows color (decimal): -11053906 or 11424855. OLE color: 11424855.
HSL color Cylindrical-coordinate representation of color #5754AE: hue angle of 242º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5754AE is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 84 | 174 | - |
| CMYK | 0.5 | 0.52 | 0 | 0.32 |
| HSL | 242º | 0.36% | 0.51% | - |
| HSV(B) | 242º | 0.52% | 0.68% | - |
| XYZ | 14.74 | 11.42 | 41.47 | - |
| YUV | 95.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 174 | 0.5 | 0.52 | 0 | 0.32 | 242 | 0.36 | 0.51 |
| Hex | 57 | 54 | AE | 32 | 34 | 0 | 20 | F2 | 24 | 33 |
| Octal | 127 | 124 | 256 | 62 | 64 | 0 | 40 | 362 | 44 | 63 |
| Binary | 1010111 | 1010100 | 10101110 | 110010 | 110100 | 0 | 100000 | 11110010 | 100100 | 110011 |
Color Harmonies of #5754AE
Complementary color
Monochromatic Colors of #5754AE
Black with #5754AE
Text Example
Text Example
White with #5754AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5754AE; }
p { color: rgb(87,84,174); }
H1.HeaderClassName
{
color: #5754AE;
}
.AnyTagClassName
{
color: #5754AE;
}
</style>
background-color css
<style>
a { background-color: #5754AE; }
a { background-color: rgb(87,84,174); }
div.DivClassName
{
background-color: #5754AE;
}
.BgClassName
{
background-color: #5754AE;
}
</style>
border-color css
<style>
span { border-color: #5754AE; }
span { border-color: rgb(87,84,174); }
td.TdClassName
{
border-color: #5754AE;
}
.TagClassName
{
border-color: #5754AE;
}
</style>