Shades of Rich Blue #5645BE
Tints of Rich Blue #5645BE
RGB
CMYK
RGB Variations
Color information
#5645BE (or 0x5645BE) is known color: Rich Blue. HEX triplet: 56, 45 and BE. RGB value is (86,69,190). Sum of RGB (Red+Green+Blue) = 86+69+190=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #5645BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5645BE is #A9BA41. Grayscale: #575757. Windows color (decimal): -11123266 or 12469590. OLE color: 12469590.
HSL color Cylindrical-coordinate representation of color #5645BE: hue angle of 248.43º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5645BE is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 69 | 190 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.25 |
| HSL | 248.43º | 0.48% | 0.51% | - |
| HSV(B) | 248.43º | 0.64% | 0.75% | - |
| XYZ | 15.26 | 9.95 | 49.83 | - |
| YUV | 87.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 190 | 0.55 | 0.64 | 0 | 0.25 | 248.43 | 0.48 | 0.51 |
| Hex | 56 | 45 | BE | 37 | 40 | 0 | 19 | F8 | 30 | 33 |
| Octal | 126 | 105 | 276 | 67 | 100 | 0 | 31 | 370 | 60 | 63 |
| Binary | 1010110 | 1000101 | 10111110 | 110111 | 1000000 | 0 | 11001 | 11111000 | 110000 | 110011 |
Color Harmonies of #5645BE
Complementary color
Monochromatic Colors of #5645BE
Black with #5645BE
Text Example
Text Example
White with #5645BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5645BE; }
p { color: rgb(86,69,190); }
H1.HeaderClassName
{
color: #5645BE;
}
.AnyTagClassName
{
color: #5645BE;
}
</style>
background-color css
<style>
a { background-color: #5645BE; }
a { background-color: rgb(86,69,190); }
div.DivClassName
{
background-color: #5645BE;
}
.BgClassName
{
background-color: #5645BE;
}
</style>
border-color css
<style>
span { border-color: #5645BE; }
span { border-color: rgb(86,69,190); }
td.TdClassName
{
border-color: #5645BE;
}
.TagClassName
{
border-color: #5645BE;
}
</style>