Shades of Rich Blue #584DBD
Tints of Rich Blue #584DBD
RGB
CMYK
RGB Variations
Color information
#584DBD (or 0x584DBD) is known color: Rich Blue. HEX triplet: 58, 4D and BD. RGB value is (88,77,189). Sum of RGB (Red+Green+Blue) = 88+77+189=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #584DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DBD is #A7B242. Grayscale: #5C5C5C. Windows color (decimal): -10990147 or 12406104. OLE color: 12406104.
HSL color Cylindrical-coordinate representation of color #584DBD: hue angle of 245.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #584DBD is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 77 | 189 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.26 |
| HSL | 245.89º | 0.46% | 0.52% | - |
| HSV(B) | 245.89º | 0.59% | 0.74% | - |
| XYZ | 15.86 | 11.06 | 49.44 | - |
| YUV | 93.06 | 182.14 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 189 | 0.53 | 0.59 | 0 | 0.26 | 245.89 | 0.46 | 0.52 |
| Hex | 58 | 4D | BD | 35 | 3B | 0 | 1A | F6 | 2E | 34 |
| Octal | 130 | 115 | 275 | 65 | 73 | 0 | 32 | 366 | 56 | 64 |
| Binary | 1011000 | 1001101 | 10111101 | 110101 | 111011 | 0 | 11010 | 11110110 | 101110 | 110100 |
Color Harmonies of #584DBD
Complementary color
Monochromatic Colors of #584DBD
Black with #584DBD
Text Example
Text Example
White with #584DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DBD; }
p { color: rgb(88,77,189); }
H1.HeaderClassName
{
color: #584DBD;
}
.AnyTagClassName
{
color: #584DBD;
}
</style>
background-color css
<style>
a { background-color: #584DBD; }
a { background-color: rgb(88,77,189); }
div.DivClassName
{
background-color: #584DBD;
}
.BgClassName
{
background-color: #584DBD;
}
</style>
border-color css
<style>
span { border-color: #584DBD; }
span { border-color: rgb(88,77,189); }
td.TdClassName
{
border-color: #584DBD;
}
.TagClassName
{
border-color: #584DBD;
}
</style>