Shades of Rich Blue #5858AB
Tints of Rich Blue #5858AB
RGB
CMYK
RGB Variations
Color information
#5858AB (or 0x5858AB) is known color: Rich Blue. HEX triplet: 58, 58 and AB. RGB value is (88,88,171). Sum of RGB (Red+Green+Blue) = 88+88+171=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #5858AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5858AB is #A7A754. Grayscale: #616161. Windows color (decimal): -10987349 or 11229272. OLE color: 11229272.
HSL color Cylindrical-coordinate representation of color #5858AB: hue angle of 240º 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 #5858AB is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 88 | 171 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.33 |
| HSL | 240º | 0.33% | 0.51% | - |
| HSV(B) | 240º | 0.49% | 0.67% | - |
| XYZ | 14.86 | 11.99 | 40.06 | - |
| YUV | 97.46 | 169.5 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 171 | 0.49 | 0.49 | 0 | 0.33 | 240 | 0.33 | 0.51 |
| Hex | 58 | 58 | AB | 31 | 31 | 0 | 21 | F0 | 21 | 33 |
| Octal | 130 | 130 | 253 | 61 | 61 | 0 | 41 | 360 | 41 | 63 |
| Binary | 1011000 | 1011000 | 10101011 | 110001 | 110001 | 0 | 100001 | 11110000 | 100001 | 110011 |
Color Harmonies of #5858AB
Complementary color
Monochromatic Colors of #5858AB
Black with #5858AB
Text Example
Text Example
White with #5858AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5858AB; }
p { color: rgb(88,88,171); }
H1.HeaderClassName
{
color: #5858AB;
}
.AnyTagClassName
{
color: #5858AB;
}
</style>
background-color css
<style>
a { background-color: #5858AB; }
a { background-color: rgb(88,88,171); }
div.DivClassName
{
background-color: #5858AB;
}
.BgClassName
{
background-color: #5858AB;
}
</style>
border-color css
<style>
span { border-color: #5858AB; }
span { border-color: rgb(88,88,171); }
td.TdClassName
{
border-color: #5858AB;
}
.TagClassName
{
border-color: #5858AB;
}
</style>