Shades of Rich Blue #584FBC
Tints of Rich Blue #584FBC
RGB
CMYK
RGB Variations
Color information
#584FBC (or 0x584FBC) is known color: Rich Blue. HEX triplet: 58, 4F and BC. RGB value is (88,79,188). Sum of RGB (Red+Green+Blue) = 88+79+188=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #584FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584FBC is #A7B043. Grayscale: #5D5D5D. Windows color (decimal): -10989636 or 12341080. OLE color: 12341080.
HSL color Cylindrical-coordinate representation of color #584FBC: hue angle of 244.95º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #584FBC is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 79 | 188 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.26 |
| HSL | 244.95º | 0.45% | 0.52% | - |
| HSV(B) | 244.95º | 0.58% | 0.74% | - |
| XYZ | 15.9 | 11.3 | 48.92 | - |
| YUV | 94.12 | 180.98 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 188 | 0.53 | 0.58 | 0 | 0.26 | 244.95 | 0.45 | 0.52 |
| Hex | 58 | 4F | BC | 35 | 3A | 0 | 1A | F5 | 2D | 34 |
| Octal | 130 | 117 | 274 | 65 | 72 | 0 | 32 | 365 | 55 | 64 |
| Binary | 1011000 | 1001111 | 10111100 | 110101 | 111010 | 0 | 11010 | 11110101 | 101101 | 110100 |
Color Harmonies of #584FBC
Complementary color
Monochromatic Colors of #584FBC
Black with #584FBC
Text Example
Text Example
White with #584FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584FBC; }
p { color: rgb(88,79,188); }
H1.HeaderClassName
{
color: #584FBC;
}
.AnyTagClassName
{
color: #584FBC;
}
</style>
background-color css
<style>
a { background-color: #584FBC; }
a { background-color: rgb(88,79,188); }
div.DivClassName
{
background-color: #584FBC;
}
.BgClassName
{
background-color: #584FBC;
}
</style>
border-color css
<style>
span { border-color: #584FBC; }
span { border-color: rgb(88,79,188); }
td.TdClassName
{
border-color: #584FBC;
}
.TagClassName
{
border-color: #584FBC;
}
</style>