Shades of Rich Blue #5643AC
Tints of Rich Blue #5643AC
RGB
CMYK
RGB Variations
Color information
#5643AC (or 0x5643AC) is known color: Rich Blue. HEX triplet: 56, 43 and AC. RGB value is (86,67,172). Sum of RGB (Red+Green+Blue) = 86+67+172=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #5643AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5643AC is #A9BC53. Grayscale: #545454. Windows color (decimal): -11123796 or 11289430. OLE color: 11289430.
HSL color Cylindrical-coordinate representation of color #5643AC: hue angle of 250.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5643AC is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 67 | 172 | - |
| CMYK | 0.5 | 0.61 | 0 | 0.33 |
| HSL | 250.86º | 0.44% | 0.47% | - |
| HSV(B) | 250.86º | 0.61% | 0.67% | - |
| XYZ | 13.29 | 8.97 | 40.06 | - |
| YUV | 84.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 172 | 0.5 | 0.61 | 0 | 0.33 | 250.86 | 0.44 | 0.47 |
| Hex | 56 | 43 | AC | 32 | 3D | 0 | 21 | FB | 2C | 2F |
| Octal | 126 | 103 | 254 | 62 | 75 | 0 | 41 | 373 | 54 | 57 |
| Binary | 1010110 | 1000011 | 10101100 | 110010 | 111101 | 0 | 100001 | 11111011 | 101100 | 101111 |
Color Harmonies of #5643AC
Complementary color
Monochromatic Colors of #5643AC
Black with #5643AC
Text Example
Text Example
White with #5643AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5643AC; }
p { color: rgb(86,67,172); }
H1.HeaderClassName
{
color: #5643AC;
}
.AnyTagClassName
{
color: #5643AC;
}
</style>
background-color css
<style>
a { background-color: #5643AC; }
a { background-color: rgb(86,67,172); }
div.DivClassName
{
background-color: #5643AC;
}
.BgClassName
{
background-color: #5643AC;
}
</style>
border-color css
<style>
span { border-color: #5643AC; }
span { border-color: rgb(86,67,172); }
td.TdClassName
{
border-color: #5643AC;
}
.TagClassName
{
border-color: #5643AC;
}
</style>