Shades of Rich Blue #5862AF
Tints of Rich Blue #5862AF
RGB
CMYK
RGB Variations
Color information
#5862AF (or 0x5862AF) is known color: Rich Blue. HEX triplet: 58, 62 and AF. RGB value is (88,98,175). Sum of RGB (Red+Green+Blue) = 88+98+175=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #5862AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5862AF is #A79D50. Grayscale: #676767. Windows color (decimal): -10984785 or 11493976. OLE color: 11493976.
HSL color Cylindrical-coordinate representation of color #5862AF: hue angle of 233.1º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5862AF is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 98 | 175 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.31 |
| HSL | 233.1º | 0.35% | 0.52% | - |
| HSV(B) | 233.1º | 0.5% | 0.69% | - |
| XYZ | 16.13 | 13.91 | 42.39 | - |
| YUV | 103.79 | 168.19 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 175 | 0.50 | 0.44 | 0 | 0.31 | 233.1 | 0.35 | 0.52 |
| Hex | 58 | 62 | AF | 32 | 2C | 0 | 1F | E9 | 23 | 34 |
| Octal | 130 | 142 | 257 | 62 | 54 | 0 | 37 | 351 | 43 | 64 |
| Binary | 1011000 | 1100010 | 10101111 | 110010 | 101100 | 0 | 11111 | 11101001 | 100011 | 110100 |
Color Harmonies of #5862AF
Complementary color
Monochromatic Colors of #5862AF
Black with #5862AF
Text Example
Text Example
White with #5862AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5862AF; }
p { color: rgb(88,98,175); }
H1.HeaderClassName
{
color: #5862AF;
}
.AnyTagClassName
{
color: #5862AF;
}
</style>
background-color css
<style>
a { background-color: #5862AF; }
a { background-color: rgb(88,98,175); }
div.DivClassName
{
background-color: #5862AF;
}
.BgClassName
{
background-color: #5862AF;
}
</style>
border-color css
<style>
span { border-color: #5862AF; }
span { border-color: rgb(88,98,175); }
td.TdClassName
{
border-color: #5862AF;
}
.TagClassName
{
border-color: #5862AF;
}
</style>