Shades of Rich Blue #5864AB
Tints of Rich Blue #5864AB
RGB
CMYK
RGB Variations
Color information
#5864AB (or 0x5864AB) is known color: Rich Blue. HEX triplet: 58, 64 and AB. RGB value is (88,100,171). Sum of RGB (Red+Green+Blue) = 88+100+171=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #5864AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5864AB is #A79B54. Grayscale: #686868. Windows color (decimal): -10984277 or 11232344. OLE color: 11232344.
HSL color Cylindrical-coordinate representation of color #5864AB: hue angle of 231.33º degrees, saturation: 0.33, 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 #5864AB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 100 | 171 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.33 |
| HSL | 231.33º | 0.33% | 0.51% | - |
| HSV(B) | 231.33º | 0.49% | 0.67% | - |
| XYZ | 15.93 | 14.13 | 40.42 | - |
| YUV | 104.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 171 | 0.49 | 0.42 | 0 | 0.33 | 231.33 | 0.33 | 0.51 |
| Hex | 58 | 64 | AB | 31 | 2A | 0 | 21 | E7 | 21 | 33 |
| Octal | 130 | 144 | 253 | 61 | 52 | 0 | 41 | 347 | 41 | 63 |
| Binary | 1011000 | 1100100 | 10101011 | 110001 | 101010 | 0 | 100001 | 11100111 | 100001 | 110011 |
Color Harmonies of #5864AB
Complementary color
Monochromatic Colors of #5864AB
Black with #5864AB
Text Example
Text Example
White with #5864AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5864AB; }
p { color: rgb(88,100,171); }
H1.HeaderClassName
{
color: #5864AB;
}
.AnyTagClassName
{
color: #5864AB;
}
</style>
background-color css
<style>
a { background-color: #5864AB; }
a { background-color: rgb(88,100,171); }
div.DivClassName
{
background-color: #5864AB;
}
.BgClassName
{
background-color: #5864AB;
}
</style>
border-color css
<style>
span { border-color: #5864AB; }
span { border-color: rgb(88,100,171); }
td.TdClassName
{
border-color: #5864AB;
}
.TagClassName
{
border-color: #5864AB;
}
</style>