Shades of Rich Blue #594CBC
Tints of Rich Blue #594CBC
RGB
CMYK
RGB Variations
Color information
#594CBC (or 0x594CBC) is known color: Rich Blue. HEX triplet: 59, 4C and BC. RGB value is (89,76,188). Sum of RGB (Red+Green+Blue) = 89+76+188=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #594CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CBC is #A6B343. Grayscale: #5C5C5C. Windows color (decimal): -10924868 or 12340313. OLE color: 12340313.
HSL color Cylindrical-coordinate representation of color #594CBC: hue angle of 246.96º 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 #594CBC is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 76 | 188 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.26 |
| HSL | 246.96º | 0.46% | 0.52% | - |
| HSV(B) | 246.96º | 0.6% | 0.74% | - |
| XYZ | 15.78 | 10.92 | 48.85 | - |
| YUV | 92.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 188 | 0.53 | 0.60 | 0 | 0.26 | 246.96 | 0.46 | 0.52 |
| Hex | 59 | 4C | BC | 35 | 3C | 0 | 1A | F7 | 2E | 34 |
| Octal | 131 | 114 | 274 | 65 | 74 | 0 | 32 | 367 | 56 | 64 |
| Binary | 1011001 | 1001100 | 10111100 | 110101 | 111100 | 0 | 11010 | 11110111 | 101110 | 110100 |
Color Harmonies of #594CBC
Complementary color
Monochromatic Colors of #594CBC
Black with #594CBC
Text Example
Text Example
White with #594CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594CBC; }
p { color: rgb(89,76,188); }
H1.HeaderClassName
{
color: #594CBC;
}
.AnyTagClassName
{
color: #594CBC;
}
</style>
background-color css
<style>
a { background-color: #594CBC; }
a { background-color: rgb(89,76,188); }
div.DivClassName
{
background-color: #594CBC;
}
.BgClassName
{
background-color: #594CBC;
}
</style>
border-color css
<style>
span { border-color: #594CBC; }
span { border-color: rgb(89,76,188); }
td.TdClassName
{
border-color: #594CBC;
}
.TagClassName
{
border-color: #594CBC;
}
</style>