Shades of Rich Blue #585CBA
Tints of Rich Blue #585CBA
RGB
CMYK
RGB Variations
Color information
#585CBA (or 0x585CBA) is known color: Rich Blue. HEX triplet: 58, 5C and BA. RGB value is (88,92,186). Sum of RGB (Red+Green+Blue) = 88+92+186=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #585CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CBA is #A7A345. Grayscale: #656565. Windows color (decimal): -10986310 or 12213336. OLE color: 12213336.
HSL color Cylindrical-coordinate representation of color #585CBA: hue angle of 237.55º 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 #585CBA is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 92 | 186 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.27 |
| HSL | 237.55º | 0.42% | 0.54% | - |
| HSV(B) | 237.55º | 0.53% | 0.73% | - |
| XYZ | 16.71 | 13.27 | 48.14 | - |
| YUV | 101.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 186 | 0.53 | 0.51 | 0 | 0.27 | 237.55 | 0.42 | 0.54 |
| Hex | 58 | 5C | BA | 35 | 33 | 0 | 1B | EE | 2A | 36 |
| Octal | 130 | 134 | 272 | 65 | 63 | 0 | 33 | 356 | 52 | 66 |
| Binary | 1011000 | 1011100 | 10111010 | 110101 | 110011 | 0 | 11011 | 11101110 | 101010 | 110110 |
Color Harmonies of #585CBA
Complementary color
Monochromatic Colors of #585CBA
Black with #585CBA
Text Example
Text Example
White with #585CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585CBA; }
p { color: rgb(88,92,186); }
H1.HeaderClassName
{
color: #585CBA;
}
.AnyTagClassName
{
color: #585CBA;
}
</style>
background-color css
<style>
a { background-color: #585CBA; }
a { background-color: rgb(88,92,186); }
div.DivClassName
{
background-color: #585CBA;
}
.BgClassName
{
background-color: #585CBA;
}
</style>
border-color css
<style>
span { border-color: #585CBA; }
span { border-color: rgb(88,92,186); }
td.TdClassName
{
border-color: #585CBA;
}
.TagClassName
{
border-color: #585CBA;
}
</style>