Shades of Rich Blue #584CBF
Tints of Rich Blue #584CBF
RGB
CMYK
RGB Variations
Color information
#584CBF (or 0x584CBF) is known color: Rich Blue. HEX triplet: 58, 4C and BF. RGB value is (88,76,191). Sum of RGB (Red+Green+Blue) = 88+76+191=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #584CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CBF is #A7B340. Grayscale: #5C5C5C. Windows color (decimal): -10990401 or 12536920. OLE color: 12536920.
HSL color Cylindrical-coordinate representation of color #584CBF: hue angle of 246.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #584CBF is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 76 | 191 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.25 |
| HSL | 246.26º | 0.47% | 0.52% | - |
| HSV(B) | 246.26º | 0.6% | 0.75% | - |
| XYZ | 16.01 | 11.01 | 50.57 | - |
| YUV | 92.7 | 183.48 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 191 | 0.54 | 0.60 | 0 | 0.25 | 246.26 | 0.47 | 0.52 |
| Hex | 58 | 4C | BF | 36 | 3C | 0 | 19 | F6 | 2F | 34 |
| Octal | 130 | 114 | 277 | 66 | 74 | 0 | 31 | 366 | 57 | 64 |
| Binary | 1011000 | 1001100 | 10111111 | 110110 | 111100 | 0 | 11001 | 11110110 | 101111 | 110100 |
Color Harmonies of #584CBF
Complementary color
Monochromatic Colors of #584CBF
Black with #584CBF
Text Example
Text Example
White with #584CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584CBF; }
p { color: rgb(88,76,191); }
H1.HeaderClassName
{
color: #584CBF;
}
.AnyTagClassName
{
color: #584CBF;
}
</style>
background-color css
<style>
a { background-color: #584CBF; }
a { background-color: rgb(88,76,191); }
div.DivClassName
{
background-color: #584CBF;
}
.BgClassName
{
background-color: #584CBF;
}
</style>
border-color css
<style>
span { border-color: #584CBF; }
span { border-color: rgb(88,76,191); }
td.TdClassName
{
border-color: #584CBF;
}
.TagClassName
{
border-color: #584CBF;
}
</style>