Shades of Rich Blue #5643B0
Tints of Rich Blue #5643B0
RGB
CMYK
RGB Variations
Color information
#5643B0 (or 0x5643B0) is known color: Rich Blue. HEX triplet: 56, 43 and B0. RGB value is (86,67,176). Sum of RGB (Red+Green+Blue) = 86+67+176=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 176 (69.14% from 255 or 53.50% from 329); Max value from RGB is 176 - color contains mainly: blue. Hex color #5643B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5643B0 is #A9BC4F. Grayscale: #545454. Windows color (decimal): -11123792 or 11551574. OLE color: 11551574.
HSL color Cylindrical-coordinate representation of color #5643B0: hue angle of 250.46º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5643B0 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 67 | 176 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.31 |
| HSL | 250.46º | 0.45% | 0.48% | - |
| HSV(B) | 250.46º | 0.62% | 0.69% | - |
| XYZ | 13.68 | 9.13 | 42.11 | - |
| YUV | 85.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 176 | 0.51 | 0.62 | 0 | 0.31 | 250.46 | 0.45 | 0.48 |
| Hex | 56 | 43 | B0 | 33 | 3E | 0 | 1F | FA | 2D | 30 |
| Octal | 126 | 103 | 260 | 63 | 76 | 0 | 37 | 372 | 55 | 60 |
| Binary | 1010110 | 1000011 | 10110000 | 110011 | 111110 | 0 | 11111 | 11111010 | 101101 | 110000 |
Color Harmonies of #5643B0
Complementary color
Monochromatic Colors of #5643B0
Black with #5643B0
Text Example
Text Example
White with #5643B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5643B0; }
p { color: rgb(86,67,176); }
H1.HeaderClassName
{
color: #5643B0;
}
.AnyTagClassName
{
color: #5643B0;
}
</style>
background-color css
<style>
a { background-color: #5643B0; }
a { background-color: rgb(86,67,176); }
div.DivClassName
{
background-color: #5643B0;
}
.BgClassName
{
background-color: #5643B0;
}
</style>
border-color css
<style>
span { border-color: #5643B0; }
span { border-color: rgb(86,67,176); }
td.TdClassName
{
border-color: #5643B0;
}
.TagClassName
{
border-color: #5643B0;
}
</style>