Shades of Rich Blue #584CB7
Tints of Rich Blue #584CB7
RGB
CMYK
RGB Variations
Color information
#584CB7 (or 0x584CB7) is known color: Rich Blue. HEX triplet: 58, 4C and B7. RGB value is (88,76,183). Sum of RGB (Red+Green+Blue) = 88+76+183=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 183 (71.88% from 255 or 52.74% from 347); Max value from RGB is 183 - color contains mainly: blue. Hex color #584CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CB7 is #A7B348. Grayscale: #5B5B5B. Windows color (decimal): -10990409 or 12012632. OLE color: 12012632.
HSL color Cylindrical-coordinate representation of color #584CB7: hue angle of 246.73º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #584CB7 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 76 | 183 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.28 |
| HSL | 246.73º | 0.43% | 0.51% | - |
| HSV(B) | 246.73º | 0.58% | 0.72% | - |
| XYZ | 15.16 | 10.66 | 46.06 | - |
| YUV | 91.79 | 179.48 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 183 | 0.52 | 0.58 | 0 | 0.28 | 246.73 | 0.43 | 0.51 |
| Hex | 58 | 4C | B7 | 34 | 3A | 0 | 1C | F7 | 2B | 33 |
| Octal | 130 | 114 | 267 | 64 | 72 | 0 | 34 | 367 | 53 | 63 |
| Binary | 1011000 | 1001100 | 10110111 | 110100 | 111010 | 0 | 11100 | 11110111 | 101011 | 110011 |
Color Harmonies of #584CB7
Complementary color
Monochromatic Colors of #584CB7
Black with #584CB7
Text Example
Text Example
White with #584CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584CB7; }
p { color: rgb(88,76,183); }
H1.HeaderClassName
{
color: #584CB7;
}
.AnyTagClassName
{
color: #584CB7;
}
</style>
background-color css
<style>
a { background-color: #584CB7; }
a { background-color: rgb(88,76,183); }
div.DivClassName
{
background-color: #584CB7;
}
.BgClassName
{
background-color: #584CB7;
}
</style>
border-color css
<style>
span { border-color: #584CB7; }
span { border-color: rgb(88,76,183); }
td.TdClassName
{
border-color: #584CB7;
}
.TagClassName
{
border-color: #584CB7;
}
</style>