Shades of Rich Blue #584CB5
Tints of Rich Blue #584CB5
RGB
CMYK
RGB Variations
Color information
#584CB5 (or 0x584CB5) is known color: Rich Blue. HEX triplet: 58, 4C and B5. RGB value is (88,76,181). Sum of RGB (Red+Green+Blue) = 88+76+181=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #584CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CB5 is #A7B34A. Grayscale: #5B5B5B. Windows color (decimal): -10990411 or 11881560. OLE color: 11881560.
HSL color Cylindrical-coordinate representation of color #584CB5: hue angle of 246.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #584CB5 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 76 | 181 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.29 |
| HSL | 246.86º | 0.42% | 0.5% | - |
| HSV(B) | 246.86º | 0.58% | 0.71% | - |
| XYZ | 14.95 | 10.58 | 44.97 | - |
| YUV | 91.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 181 | 0.51 | 0.58 | 0 | 0.29 | 246.86 | 0.42 | 0.5 |
| Hex | 58 | 4C | B5 | 33 | 3A | 0 | 1D | F7 | 2A | 32 |
| Octal | 130 | 114 | 265 | 63 | 72 | 0 | 35 | 367 | 52 | 62 |
| Binary | 1011000 | 1001100 | 10110101 | 110011 | 111010 | 0 | 11101 | 11110111 | 101010 | 110010 |
Color Harmonies of #584CB5
Complementary color
Monochromatic Colors of #584CB5
Black with #584CB5
Text Example
Text Example
White with #584CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584CB5; }
p { color: rgb(88,76,181); }
H1.HeaderClassName
{
color: #584CB5;
}
.AnyTagClassName
{
color: #584CB5;
}
</style>
background-color css
<style>
a { background-color: #584CB5; }
a { background-color: rgb(88,76,181); }
div.DivClassName
{
background-color: #584CB5;
}
.BgClassName
{
background-color: #584CB5;
}
</style>
border-color css
<style>
span { border-color: #584CB5; }
span { border-color: rgb(88,76,181); }
td.TdClassName
{
border-color: #584CB5;
}
.TagClassName
{
border-color: #584CB5;
}
</style>