Shades of Rich Blue #585BA1
Tints of Rich Blue #585BA1
RGB
CMYK
RGB Variations
Color information
#585BA1 (or 0x585BA1) is known color: Rich Blue. HEX triplet: 58, 5B and A1. RGB value is (88,91,161). Sum of RGB (Red+Green+Blue) = 88+91+161=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 161 - color contains mainly: blue. Hex color #585BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585BA1 is #A7A45E. Grayscale: #616161. Windows color (decimal): -10986591 or 10574680. OLE color: 10574680.
HSL color Cylindrical-coordinate representation of color #585BA1: hue angle of 237.53º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #585BA1 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 91 | 161 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.37 |
| HSL | 237.53º | 0.29% | 0.49% | - |
| HSV(B) | 237.53º | 0.45% | 0.63% | - |
| XYZ | 14.2 | 12.13 | 35.31 | - |
| YUV | 98.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 161 | 0.45 | 0.43 | 0 | 0.37 | 237.53 | 0.29 | 0.49 |
| Hex | 58 | 5B | A1 | 2D | 2B | 0 | 25 | EE | 1D | 31 |
| Octal | 130 | 133 | 241 | 55 | 53 | 0 | 45 | 356 | 35 | 61 |
| Binary | 1011000 | 1011011 | 10100001 | 101101 | 101011 | 0 | 100101 | 11101110 | 11101 | 110001 |
Color Harmonies of #585BA1
Complementary color
Monochromatic Colors of #585BA1
Black with #585BA1
Text Example
Text Example
White with #585BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BA1; }
p { color: rgb(88,91,161); }
H1.HeaderClassName
{
color: #585BA1;
}
.AnyTagClassName
{
color: #585BA1;
}
</style>
background-color css
<style>
a { background-color: #585BA1; }
a { background-color: rgb(88,91,161); }
div.DivClassName
{
background-color: #585BA1;
}
.BgClassName
{
background-color: #585BA1;
}
</style>
border-color css
<style>
span { border-color: #585BA1; }
span { border-color: rgb(88,91,161); }
td.TdClassName
{
border-color: #585BA1;
}
.TagClassName
{
border-color: #585BA1;
}
</style>