Shades of Rich Blue #5754AF
Tints of Rich Blue #5754AF
RGB
CMYK
RGB Variations
Color information
#5754AF (or 0x5754AF) is known color: Rich Blue. HEX triplet: 57, 54 and AF. RGB value is (87,84,175). Sum of RGB (Red+Green+Blue) = 87+84+175=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #5754AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5754AF is #A8AB50. Grayscale: #5E5E5E. Windows color (decimal): -11053905 or 11490391. OLE color: 11490391.
HSL color Cylindrical-coordinate representation of color #5754AF: hue angle of 241.98º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5754AF is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 84 | 175 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.31 |
| HSL | 241.98º | 0.36% | 0.51% | - |
| HSV(B) | 241.98º | 0.52% | 0.69% | - |
| XYZ | 14.84 | 11.46 | 41.99 | - |
| YUV | 95.27 | 172.99 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 175 | 0.50 | 0.52 | 0 | 0.31 | 241.98 | 0.36 | 0.51 |
| Hex | 57 | 54 | AF | 32 | 34 | 0 | 1F | F2 | 24 | 33 |
| Octal | 127 | 124 | 257 | 62 | 64 | 0 | 37 | 362 | 44 | 63 |
| Binary | 1010111 | 1010100 | 10101111 | 110010 | 110100 | 0 | 11111 | 11110010 | 100100 | 110011 |
Color Harmonies of #5754AF
Complementary color
Monochromatic Colors of #5754AF
Black with #5754AF
Text Example
Text Example
White with #5754AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5754AF; }
p { color: rgb(87,84,175); }
H1.HeaderClassName
{
color: #5754AF;
}
.AnyTagClassName
{
color: #5754AF;
}
</style>
background-color css
<style>
a { background-color: #5754AF; }
a { background-color: rgb(87,84,175); }
div.DivClassName
{
background-color: #5754AF;
}
.BgClassName
{
background-color: #5754AF;
}
</style>
border-color css
<style>
span { border-color: #5754AF; }
span { border-color: rgb(87,84,175); }
td.TdClassName
{
border-color: #5754AF;
}
.TagClassName
{
border-color: #5754AF;
}
</style>