Shades of Rich Blue #585BBA
Tints of Rich Blue #585BBA
RGB
CMYK
RGB Variations
Color information
#585BBA (or 0x585BBA) is known color: Rich Blue. HEX triplet: 58, 5B and BA. RGB value is (88,91,186). Sum of RGB (Red+Green+Blue) = 88+91+186=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #585BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BBA is #A7A445. Grayscale: #646464. Windows color (decimal): -10986566 or 12213080. OLE color: 12213080.
HSL color Cylindrical-coordinate representation of color #585BBA: hue angle of 238.16º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #585BBA is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 91 | 186 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.27 |
| HSL | 238.16º | 0.42% | 0.54% | - |
| HSV(B) | 238.16º | 0.53% | 0.73% | - |
| XYZ | 16.63 | 13.1 | 48.11 | - |
| YUV | 100.93 | 176.01 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 186 | 0.53 | 0.51 | 0 | 0.27 | 238.16 | 0.42 | 0.54 |
| Hex | 58 | 5B | BA | 35 | 33 | 0 | 1B | EE | 2A | 36 |
| Octal | 130 | 133 | 272 | 65 | 63 | 0 | 33 | 356 | 52 | 66 |
| Binary | 1011000 | 1011011 | 10111010 | 110101 | 110011 | 0 | 11011 | 11101110 | 101010 | 110110 |
Color Harmonies of #585BBA
Complementary color
Monochromatic Colors of #585BBA
Black with #585BBA
Text Example
Text Example
White with #585BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BBA; }
p { color: rgb(88,91,186); }
H1.HeaderClassName
{
color: #585BBA;
}
.AnyTagClassName
{
color: #585BBA;
}
</style>
background-color css
<style>
a { background-color: #585BBA; }
a { background-color: rgb(88,91,186); }
div.DivClassName
{
background-color: #585BBA;
}
.BgClassName
{
background-color: #585BBA;
}
</style>
border-color css
<style>
span { border-color: #585BBA; }
span { border-color: rgb(88,91,186); }
td.TdClassName
{
border-color: #585BBA;
}
.TagClassName
{
border-color: #585BBA;
}
</style>