Shades of Rich Blue #5653BD
Tints of Rich Blue #5653BD
RGB
CMYK
RGB Variations
Color information
#5653BD (or 0x5653BD) is known color: Rich Blue. HEX triplet: 56, 53 and BD. RGB value is (86,83,189). Sum of RGB (Red+Green+Blue) = 86+83+189=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #5653BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653BD is #A9AC42. Grayscale: #5F5F5F. Windows color (decimal): -11119683 or 12407638. OLE color: 12407638.
HSL color Cylindrical-coordinate representation of color #5653BD: hue angle of 241.7º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5653BD is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 83 | 189 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.26 |
| HSL | 241.7º | 0.45% | 0.53% | - |
| HSV(B) | 241.7º | 0.56% | 0.74% | - |
| XYZ | 16.12 | 11.84 | 49.58 | - |
| YUV | 95.98 | 180.49 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 189 | 0.54 | 0.56 | 0 | 0.26 | 241.7 | 0.45 | 0.53 |
| Hex | 56 | 53 | BD | 36 | 38 | 0 | 1A | F2 | 2D | 35 |
| Octal | 126 | 123 | 275 | 66 | 70 | 0 | 32 | 362 | 55 | 65 |
| Binary | 1010110 | 1010011 | 10111101 | 110110 | 111000 | 0 | 11010 | 11110010 | 101101 | 110101 |
Color Harmonies of #5653BD
Complementary color
Monochromatic Colors of #5653BD
Black with #5653BD
Text Example
Text Example
White with #5653BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5653BD; }
p { color: rgb(86,83,189); }
H1.HeaderClassName
{
color: #5653BD;
}
.AnyTagClassName
{
color: #5653BD;
}
</style>
background-color css
<style>
a { background-color: #5653BD; }
a { background-color: rgb(86,83,189); }
div.DivClassName
{
background-color: #5653BD;
}
.BgClassName
{
background-color: #5653BD;
}
</style>
border-color css
<style>
span { border-color: #5653BD; }
span { border-color: rgb(86,83,189); }
td.TdClassName
{
border-color: #5653BD;
}
.TagClassName
{
border-color: #5653BD;
}
</style>