Shades of Rich Blue #5863AC
Tints of Rich Blue #5863AC
RGB
CMYK
RGB Variations
Color information
#5863AC (or 0x5863AC) is known color: Rich Blue. HEX triplet: 58, 63 and AC. RGB value is (88,99,172). Sum of RGB (Red+Green+Blue) = 88+99+172=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #5863AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5863AC is #A79C53. Grayscale: #676767. Windows color (decimal): -10984532 or 11297624. OLE color: 11297624.
HSL color Cylindrical-coordinate representation of color #5863AC: hue angle of 232.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5863AC is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 99 | 172 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.33 |
| HSL | 232.14º | 0.34% | 0.51% | - |
| HSV(B) | 232.14º | 0.49% | 0.67% | - |
| XYZ | 15.93 | 13.98 | 40.89 | - |
| YUV | 104.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 172 | 0.49 | 0.42 | 0 | 0.33 | 232.14 | 0.34 | 0.51 |
| Hex | 58 | 63 | AC | 31 | 2A | 0 | 21 | E8 | 22 | 33 |
| Octal | 130 | 143 | 254 | 61 | 52 | 0 | 41 | 350 | 42 | 63 |
| Binary | 1011000 | 1100011 | 10101100 | 110001 | 101010 | 0 | 100001 | 11101000 | 100010 | 110011 |
Color Harmonies of #5863AC
Complementary color
Monochromatic Colors of #5863AC
Black with #5863AC
Text Example
Text Example
White with #5863AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5863AC; }
p { color: rgb(88,99,172); }
H1.HeaderClassName
{
color: #5863AC;
}
.AnyTagClassName
{
color: #5863AC;
}
</style>
background-color css
<style>
a { background-color: #5863AC; }
a { background-color: rgb(88,99,172); }
div.DivClassName
{
background-color: #5863AC;
}
.BgClassName
{
background-color: #5863AC;
}
</style>
border-color css
<style>
span { border-color: #5863AC; }
span { border-color: rgb(88,99,172); }
td.TdClassName
{
border-color: #5863AC;
}
.TagClassName
{
border-color: #5863AC;
}
</style>