Shades of Rich Blue #5842AF
Tints of Rich Blue #5842AF
RGB
CMYK
RGB Variations
Color information
#5842AF (or 0x5842AF) is known color: Rich Blue. HEX triplet: 58, 42 and AF. RGB value is (88,66,175). Sum of RGB (Red+Green+Blue) = 88+66+175=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #5842AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5842AF is #A7BD50. Grayscale: #545454. Windows color (decimal): -10992977 or 11485784. OLE color: 11485784.
HSL color Cylindrical-coordinate representation of color #5842AF: hue angle of 252.11º 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 #5842AF is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 66 | 175 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.31 |
| HSL | 252.11º | 0.45% | 0.47% | - |
| HSV(B) | 252.11º | 0.62% | 0.69% | - |
| XYZ | 13.71 | 9.07 | 41.58 | - |
| YUV | 85 | 178.79 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 175 | 0.50 | 0.62 | 0 | 0.31 | 252.11 | 0.45 | 0.47 |
| Hex | 58 | 42 | AF | 32 | 3E | 0 | 1F | FC | 2D | 2F |
| Octal | 130 | 102 | 257 | 62 | 76 | 0 | 37 | 374 | 55 | 57 |
| Binary | 1011000 | 1000010 | 10101111 | 110010 | 111110 | 0 | 11111 | 11111100 | 101101 | 101111 |
Color Harmonies of #5842AF
Complementary color
Monochromatic Colors of #5842AF
Black with #5842AF
Text Example
Text Example
White with #5842AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5842AF; }
p { color: rgb(88,66,175); }
H1.HeaderClassName
{
color: #5842AF;
}
.AnyTagClassName
{
color: #5842AF;
}
</style>
background-color css
<style>
a { background-color: #5842AF; }
a { background-color: rgb(88,66,175); }
div.DivClassName
{
background-color: #5842AF;
}
.BgClassName
{
background-color: #5842AF;
}
</style>
border-color css
<style>
span { border-color: #5842AF; }
span { border-color: rgb(88,66,175); }
td.TdClassName
{
border-color: #5842AF;
}
.TagClassName
{
border-color: #5842AF;
}
</style>