Shades of Rich Blue #5654AF
Tints of Rich Blue #5654AF
RGB
CMYK
RGB Variations
Color information
#5654AF (or 0x5654AF) is known color: Rich Blue. HEX triplet: 56, 54 and AF. RGB value is (86,84,175). Sum of RGB (Red+Green+Blue) = 86+84+175=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #5654AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5654AF is #A9AB50. Grayscale: #5E5E5E. Windows color (decimal): -11119441 or 11490390. OLE color: 11490390.
HSL color Cylindrical-coordinate representation of color #5654AF: hue angle of 241.32º 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 #5654AF is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 84 | 175 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.31 |
| HSL | 241.32º | 0.36% | 0.51% | - |
| HSV(B) | 241.32º | 0.52% | 0.69% | - |
| XYZ | 14.75 | 11.41 | 41.98 | - |
| YUV | 94.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 175 | 0.51 | 0.52 | 0 | 0.31 | 241.32 | 0.36 | 0.51 |
| Hex | 56 | 54 | AF | 33 | 34 | 0 | 1F | F1 | 24 | 33 |
| Octal | 126 | 124 | 257 | 63 | 64 | 0 | 37 | 361 | 44 | 63 |
| Binary | 1010110 | 1010100 | 10101111 | 110011 | 110100 | 0 | 11111 | 11110001 | 100100 | 110011 |
Color Harmonies of #5654AF
Complementary color
Monochromatic Colors of #5654AF
Black with #5654AF
Text Example
Text Example
White with #5654AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5654AF; }
p { color: rgb(86,84,175); }
H1.HeaderClassName
{
color: #5654AF;
}
.AnyTagClassName
{
color: #5654AF;
}
</style>
background-color css
<style>
a { background-color: #5654AF; }
a { background-color: rgb(86,84,175); }
div.DivClassName
{
background-color: #5654AF;
}
.BgClassName
{
background-color: #5654AF;
}
</style>
border-color css
<style>
span { border-color: #5654AF; }
span { border-color: rgb(86,84,175); }
td.TdClassName
{
border-color: #5654AF;
}
.TagClassName
{
border-color: #5654AF;
}
</style>