Shades of Rich Blue #584BBC
Tints of Rich Blue #584BBC
RGB
CMYK
RGB Variations
Color information
#584BBC (or 0x584BBC) is known color: Rich Blue. HEX triplet: 58, 4B and BC. RGB value is (88,75,188). Sum of RGB (Red+Green+Blue) = 88+75+188=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #584BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BBC is #A7B443. Grayscale: #5B5B5B. Windows color (decimal): -10990660 or 12340056. OLE color: 12340056.
HSL color Cylindrical-coordinate representation of color #584BBC: hue angle of 246.9º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #584BBC is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 75 | 188 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.26 |
| HSL | 246.9º | 0.46% | 0.52% | - |
| HSV(B) | 246.9º | 0.6% | 0.74% | - |
| XYZ | 15.62 | 10.74 | 48.83 | - |
| YUV | 91.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 188 | 0.53 | 0.60 | 0 | 0.26 | 246.9 | 0.46 | 0.52 |
| Hex | 58 | 4B | BC | 35 | 3C | 0 | 1A | F7 | 2E | 34 |
| Octal | 130 | 113 | 274 | 65 | 74 | 0 | 32 | 367 | 56 | 64 |
| Binary | 1011000 | 1001011 | 10111100 | 110101 | 111100 | 0 | 11010 | 11110111 | 101110 | 110100 |
Color Harmonies of #584BBC
Complementary color
Monochromatic Colors of #584BBC
Black with #584BBC
Text Example
Text Example
White with #584BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584BBC; }
p { color: rgb(88,75,188); }
H1.HeaderClassName
{
color: #584BBC;
}
.AnyTagClassName
{
color: #584BBC;
}
</style>
background-color css
<style>
a { background-color: #584BBC; }
a { background-color: rgb(88,75,188); }
div.DivClassName
{
background-color: #584BBC;
}
.BgClassName
{
background-color: #584BBC;
}
</style>
border-color css
<style>
span { border-color: #584BBC; }
span { border-color: rgb(88,75,188); }
td.TdClassName
{
border-color: #584BBC;
}
.TagClassName
{
border-color: #584BBC;
}
</style>