Shades of Rich Blue #5754AA
Tints of Rich Blue #5754AA
RGB
CMYK
RGB Variations
Color information
#5754AA (or 0x5754AA) is known color: Rich Blue. HEX triplet: 57, 54 and AA. RGB value is (87,84,170). Sum of RGB (Red+Green+Blue) = 87+84+170=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #5754AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5754AA is #A8AB55. Grayscale: #5E5E5E. Windows color (decimal): -11053910 or 11162711. OLE color: 11162711.
HSL color Cylindrical-coordinate representation of color #5754AA: hue angle of 242.09º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5754AA is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 84 | 170 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.33 |
| HSL | 242.09º | 0.34% | 0.5% | - |
| HSV(B) | 242.09º | 0.51% | 0.67% | - |
| XYZ | 14.36 | 11.27 | 39.45 | - |
| YUV | 94.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 170 | 0.49 | 0.51 | 0 | 0.33 | 242.09 | 0.34 | 0.5 |
| Hex | 57 | 54 | AA | 31 | 33 | 0 | 21 | F2 | 22 | 32 |
| Octal | 127 | 124 | 252 | 61 | 63 | 0 | 41 | 362 | 42 | 62 |
| Binary | 1010111 | 1010100 | 10101010 | 110001 | 110011 | 0 | 100001 | 11110010 | 100010 | 110010 |
Color Harmonies of #5754AA
Complementary color
Monochromatic Colors of #5754AA
Black with #5754AA
Text Example
Text Example
White with #5754AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5754AA; }
p { color: rgb(87,84,170); }
H1.HeaderClassName
{
color: #5754AA;
}
.AnyTagClassName
{
color: #5754AA;
}
</style>
background-color css
<style>
a { background-color: #5754AA; }
a { background-color: rgb(87,84,170); }
div.DivClassName
{
background-color: #5754AA;
}
.BgClassName
{
background-color: #5754AA;
}
</style>
border-color css
<style>
span { border-color: #5754AA; }
span { border-color: rgb(87,84,170); }
td.TdClassName
{
border-color: #5754AA;
}
.TagClassName
{
border-color: #5754AA;
}
</style>