Shades of Rich Blue #5654B3
Tints of Rich Blue #5654B3
RGB
CMYK
RGB Variations
Color information
#5654B3 (or 0x5654B3) is known color: Rich Blue. HEX triplet: 56, 54 and B3. RGB value is (86,84,179). Sum of RGB (Red+Green+Blue) = 86+84+179=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #5654B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5654B3 is #A9AB4C. Grayscale: #5F5F5F. Windows color (decimal): -11119437 or 11752534. OLE color: 11752534.
HSL color Cylindrical-coordinate representation of color #5654B3: hue angle of 241.26º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5654B3 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 84 | 179 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.30 |
| HSL | 241.26º | 0.38% | 0.52% | - |
| HSV(B) | 241.26º | 0.53% | 0.7% | - |
| XYZ | 15.14 | 11.57 | 44.08 | - |
| YUV | 95.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 179 | 0.52 | 0.53 | 0 | 0.30 | 241.26 | 0.38 | 0.52 |
| Hex | 56 | 54 | B3 | 34 | 35 | 0 | 1E | F1 | 26 | 34 |
| Octal | 126 | 124 | 263 | 64 | 65 | 0 | 36 | 361 | 46 | 64 |
| Binary | 1010110 | 1010100 | 10110011 | 110100 | 110101 | 0 | 11110 | 11110001 | 100110 | 110100 |
Color Harmonies of #5654B3
Complementary color
Monochromatic Colors of #5654B3
Black with #5654B3
Text Example
Text Example
White with #5654B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5654B3; }
p { color: rgb(86,84,179); }
H1.HeaderClassName
{
color: #5654B3;
}
.AnyTagClassName
{
color: #5654B3;
}
</style>
background-color css
<style>
a { background-color: #5654B3; }
a { background-color: rgb(86,84,179); }
div.DivClassName
{
background-color: #5654B3;
}
.BgClassName
{
background-color: #5654B3;
}
</style>
border-color css
<style>
span { border-color: #5654B3; }
span { border-color: rgb(86,84,179); }
td.TdClassName
{
border-color: #5654B3;
}
.TagClassName
{
border-color: #5654B3;
}
</style>