Shades of Rich Blue #5645C0
Tints of Rich Blue #5645C0
RGB
CMYK
RGB Variations
Color information
#5645C0 (or 0x5645C0) is known color: Rich Blue. HEX triplet: 56, 45 and C0. RGB value is (86,69,192). Sum of RGB (Red+Green+Blue) = 86+69+192=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #5645C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5645C0 is #A9BA3F. Grayscale: #575757. Windows color (decimal): -11123264 or 12600662. OLE color: 12600662.
HSL color Cylindrical-coordinate representation of color #5645C0: hue angle of 248.29º degrees, saturation: 0.49, 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 #5645C0 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 69 | 192 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.25 |
| HSL | 248.29º | 0.49% | 0.51% | - |
| HSV(B) | 248.29º | 0.64% | 0.75% | - |
| XYZ | 15.48 | 10.04 | 50.99 | - |
| YUV | 88.11 | 186.63 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 192 | 0.55 | 0.64 | 0 | 0.25 | 248.29 | 0.49 | 0.51 |
| Hex | 56 | 45 | C0 | 37 | 40 | 0 | 19 | F8 | 31 | 33 |
| Octal | 126 | 105 | 300 | 67 | 100 | 0 | 31 | 370 | 61 | 63 |
| Binary | 1010110 | 1000101 | 11000000 | 110111 | 1000000 | 0 | 11001 | 11111000 | 110001 | 110011 |
Color Harmonies of #5645C0
Complementary color
Monochromatic Colors of #5645C0
Black with #5645C0
Text Example
Text Example
White with #5645C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5645C0; }
p { color: rgb(86,69,192); }
H1.HeaderClassName
{
color: #5645C0;
}
.AnyTagClassName
{
color: #5645C0;
}
</style>
background-color css
<style>
a { background-color: #5645C0; }
a { background-color: rgb(86,69,192); }
div.DivClassName
{
background-color: #5645C0;
}
.BgClassName
{
background-color: #5645C0;
}
</style>
border-color css
<style>
span { border-color: #5645C0; }
span { border-color: rgb(86,69,192); }
td.TdClassName
{
border-color: #5645C0;
}
.TagClassName
{
border-color: #5645C0;
}
</style>