Shades of Rich Blue #5843AF
Tints of Rich Blue #5843AF
RGB
CMYK
RGB Variations
Color information
#5843AF (or 0x5843AF) is known color: Rich Blue. HEX triplet: 58, 43 and AF. RGB value is (88,67,175). Sum of RGB (Red+Green+Blue) = 88+67+175=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #5843AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5843AF is #A7BC50. Grayscale: #555555. Windows color (decimal): -10992721 or 11486040. OLE color: 11486040.
HSL color Cylindrical-coordinate representation of color #5843AF: hue angle of 251.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5843AF is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 67 | 175 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.31 |
| HSL | 251.67º | 0.45% | 0.47% | - |
| HSV(B) | 251.67º | 0.62% | 0.69% | - |
| XYZ | 13.77 | 9.18 | 41.6 | - |
| YUV | 85.59 | 178.46 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 175 | 0.50 | 0.62 | 0 | 0.31 | 251.67 | 0.45 | 0.47 |
| Hex | 58 | 43 | AF | 32 | 3E | 0 | 1F | FC | 2D | 2F |
| Octal | 130 | 103 | 257 | 62 | 76 | 0 | 37 | 374 | 55 | 57 |
| Binary | 1011000 | 1000011 | 10101111 | 110010 | 111110 | 0 | 11111 | 11111100 | 101101 | 101111 |
Color Harmonies of #5843AF
Complementary color
Monochromatic Colors of #5843AF
Black with #5843AF
Text Example
Text Example
White with #5843AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5843AF; }
p { color: rgb(88,67,175); }
H1.HeaderClassName
{
color: #5843AF;
}
.AnyTagClassName
{
color: #5843AF;
}
</style>
background-color css
<style>
a { background-color: #5843AF; }
a { background-color: rgb(88,67,175); }
div.DivClassName
{
background-color: #5843AF;
}
.BgClassName
{
background-color: #5843AF;
}
</style>
border-color css
<style>
span { border-color: #5843AF; }
span { border-color: rgb(88,67,175); }
td.TdClassName
{
border-color: #5843AF;
}
.TagClassName
{
border-color: #5843AF;
}
</style>