Shades of Rich Blue #5862AC
Tints of Rich Blue #5862AC
RGB
CMYK
RGB Variations
Color information
#5862AC (or 0x5862AC) is known color: Rich Blue. HEX triplet: 58, 62 and AC. RGB value is (88,98,172). Sum of RGB (Red+Green+Blue) = 88+98+172=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #5862AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5862AC is #A79D53. Grayscale: #676767. Windows color (decimal): -10984788 or 11297368. OLE color: 11297368.
HSL color Cylindrical-coordinate representation of color #5862AC: hue angle of 232.86º 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 #5862AC is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 98 | 172 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.33 |
| HSL | 232.86º | 0.34% | 0.51% | - |
| HSV(B) | 232.86º | 0.49% | 0.67% | - |
| XYZ | 15.84 | 13.79 | 40.86 | - |
| YUV | 103.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 172 | 0.49 | 0.43 | 0 | 0.33 | 232.86 | 0.34 | 0.51 |
| Hex | 58 | 62 | AC | 31 | 2B | 0 | 21 | E9 | 22 | 33 |
| Octal | 130 | 142 | 254 | 61 | 53 | 0 | 41 | 351 | 42 | 63 |
| Binary | 1011000 | 1100010 | 10101100 | 110001 | 101011 | 0 | 100001 | 11101001 | 100010 | 110011 |
Color Harmonies of #5862AC
Complementary color
Monochromatic Colors of #5862AC
Black with #5862AC
Text Example
Text Example
White with #5862AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5862AC; }
p { color: rgb(88,98,172); }
H1.HeaderClassName
{
color: #5862AC;
}
.AnyTagClassName
{
color: #5862AC;
}
</style>
background-color css
<style>
a { background-color: #5862AC; }
a { background-color: rgb(88,98,172); }
div.DivClassName
{
background-color: #5862AC;
}
.BgClassName
{
background-color: #5862AC;
}
</style>
border-color css
<style>
span { border-color: #5862AC; }
span { border-color: rgb(88,98,172); }
td.TdClassName
{
border-color: #5862AC;
}
.TagClassName
{
border-color: #5862AC;
}
</style>