Shades of Rich Blue #585BB7
Tints of Rich Blue #585BB7
RGB
CMYK
RGB Variations
Color information
#585BB7 (or 0x585BB7) is known color: Rich Blue. HEX triplet: 58, 5B and B7. RGB value is (88,91,183). Sum of RGB (Red+Green+Blue) = 88+91+183=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #585BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BB7 is #A7A448. Grayscale: #646464. Windows color (decimal): -10986569 or 12016472. OLE color: 12016472.
HSL color Cylindrical-coordinate representation of color #585BB7: hue angle of 238.11º 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 #585BB7 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 91 | 183 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.28 |
| HSL | 238.11º | 0.4% | 0.53% | - |
| HSV(B) | 238.11º | 0.52% | 0.72% | - |
| XYZ | 16.31 | 12.98 | 46.44 | - |
| YUV | 100.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 183 | 0.52 | 0.50 | 0 | 0.28 | 238.11 | 0.4 | 0.53 |
| Hex | 58 | 5B | B7 | 34 | 32 | 0 | 1C | EE | 28 | 35 |
| Octal | 130 | 133 | 267 | 64 | 62 | 0 | 34 | 356 | 50 | 65 |
| Binary | 1011000 | 1011011 | 10110111 | 110100 | 110010 | 0 | 11100 | 11101110 | 101000 | 110101 |
Color Harmonies of #585BB7
Complementary color
Monochromatic Colors of #585BB7
Black with #585BB7
Text Example
Text Example
White with #585BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BB7; }
p { color: rgb(88,91,183); }
H1.HeaderClassName
{
color: #585BB7;
}
.AnyTagClassName
{
color: #585BB7;
}
</style>
background-color css
<style>
a { background-color: #585BB7; }
a { background-color: rgb(88,91,183); }
div.DivClassName
{
background-color: #585BB7;
}
.BgClassName
{
background-color: #585BB7;
}
</style>
border-color css
<style>
span { border-color: #585BB7; }
span { border-color: rgb(88,91,183); }
td.TdClassName
{
border-color: #585BB7;
}
.TagClassName
{
border-color: #585BB7;
}
</style>