Shades of Rich Blue #594DBF
Tints of Rich Blue #594DBF
RGB
CMYK
RGB Variations
Color information
#594DBF (or 0x594DBF) is known color: Rich Blue. HEX triplet: 59, 4D and BF. RGB value is (89,77,191). Sum of RGB (Red+Green+Blue) = 89+77+191=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #594DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DBF is #A6B240. Grayscale: #5D5D5D. Windows color (decimal): -10924609 or 12537177. OLE color: 12537177.
HSL color Cylindrical-coordinate representation of color #594DBF: hue angle of 246.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #594DBF is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 77 | 191 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.25 |
| HSL | 246.32º | 0.47% | 0.53% | - |
| HSV(B) | 246.32º | 0.6% | 0.75% | - |
| XYZ | 16.18 | 11.19 | 50.6 | - |
| YUV | 93.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 191 | 0.53 | 0.60 | 0 | 0.25 | 246.32 | 0.47 | 0.53 |
| Hex | 59 | 4D | BF | 35 | 3C | 0 | 19 | F6 | 2F | 35 |
| Octal | 131 | 115 | 277 | 65 | 74 | 0 | 31 | 366 | 57 | 65 |
| Binary | 1011001 | 1001101 | 10111111 | 110101 | 111100 | 0 | 11001 | 11110110 | 101111 | 110101 |
Color Harmonies of #594DBF
Complementary color
Monochromatic Colors of #594DBF
Black with #594DBF
Text Example
Text Example
White with #594DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DBF; }
p { color: rgb(89,77,191); }
H1.HeaderClassName
{
color: #594DBF;
}
.AnyTagClassName
{
color: #594DBF;
}
</style>
background-color css
<style>
a { background-color: #594DBF; }
a { background-color: rgb(89,77,191); }
div.DivClassName
{
background-color: #594DBF;
}
.BgClassName
{
background-color: #594DBF;
}
</style>
border-color css
<style>
span { border-color: #594DBF; }
span { border-color: rgb(89,77,191); }
td.TdClassName
{
border-color: #594DBF;
}
.TagClassName
{
border-color: #594DBF;
}
</style>