Shades of Rich Blue #585CB7
Tints of Rich Blue #585CB7
RGB
CMYK
RGB Variations
Color information
#585CB7 (or 0x585CB7) is known color: Rich Blue. HEX triplet: 58, 5C and B7. RGB value is (88,92,183). Sum of RGB (Red+Green+Blue) = 88+92+183=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #585CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CB7 is #A7A348. Grayscale: #646464. Windows color (decimal): -10986313 or 12016728. OLE color: 12016728.
HSL color Cylindrical-coordinate representation of color #585CB7: hue angle of 237.47º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #585CB7 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 92 | 183 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.28 |
| HSL | 237.47º | 0.4% | 0.53% | - |
| HSV(B) | 237.47º | 0.52% | 0.72% | - |
| XYZ | 16.4 | 13.15 | 46.47 | - |
| YUV | 101.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 183 | 0.52 | 0.50 | 0 | 0.28 | 237.47 | 0.4 | 0.53 |
| Hex | 58 | 5C | B7 | 34 | 32 | 0 | 1C | ED | 28 | 35 |
| Octal | 130 | 134 | 267 | 64 | 62 | 0 | 34 | 355 | 50 | 65 |
| Binary | 1011000 | 1011100 | 10110111 | 110100 | 110010 | 0 | 11100 | 11101101 | 101000 | 110101 |
Color Harmonies of #585CB7
Complementary color
Monochromatic Colors of #585CB7
Black with #585CB7
Text Example
Text Example
White with #585CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585CB7; }
p { color: rgb(88,92,183); }
H1.HeaderClassName
{
color: #585CB7;
}
.AnyTagClassName
{
color: #585CB7;
}
</style>
background-color css
<style>
a { background-color: #585CB7; }
a { background-color: rgb(88,92,183); }
div.DivClassName
{
background-color: #585CB7;
}
.BgClassName
{
background-color: #585CB7;
}
</style>
border-color css
<style>
span { border-color: #585CB7; }
span { border-color: rgb(88,92,183); }
td.TdClassName
{
border-color: #585CB7;
}
.TagClassName
{
border-color: #585CB7;
}
</style>