Shades of Rich Blue #594CB1
Tints of Rich Blue #594CB1
RGB
CMYK
RGB Variations
Color information
#594CB1 (or 0x594CB1) is known color: Rich Blue. HEX triplet: 59, 4C and B1. RGB value is (89,76,177). Sum of RGB (Red+Green+Blue) = 89+76+177=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #594CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594CB1 is #A6B34E. Grayscale: #5B5B5B. Windows color (decimal): -10924879 or 11619417. OLE color: 11619417.
HSL color Cylindrical-coordinate representation of color #594CB1: hue angle of 247.72º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #594CB1 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 76 | 177 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.31 |
| HSL | 247.72º | 0.4% | 0.5% | - |
| HSV(B) | 247.72º | 0.57% | 0.69% | - |
| XYZ | 14.64 | 10.47 | 42.84 | - |
| YUV | 91.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 177 | 0.50 | 0.57 | 0 | 0.31 | 247.72 | 0.4 | 0.5 |
| Hex | 59 | 4C | B1 | 32 | 39 | 0 | 1F | F8 | 28 | 32 |
| Octal | 131 | 114 | 261 | 62 | 71 | 0 | 37 | 370 | 50 | 62 |
| Binary | 1011001 | 1001100 | 10110001 | 110010 | 111001 | 0 | 11111 | 11111000 | 101000 | 110010 |
Color Harmonies of #594CB1
Complementary color
Monochromatic Colors of #594CB1
Black with #594CB1
Text Example
Text Example
White with #594CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594CB1; }
p { color: rgb(89,76,177); }
H1.HeaderClassName
{
color: #594CB1;
}
.AnyTagClassName
{
color: #594CB1;
}
</style>
background-color css
<style>
a { background-color: #594CB1; }
a { background-color: rgb(89,76,177); }
div.DivClassName
{
background-color: #594CB1;
}
.BgClassName
{
background-color: #594CB1;
}
</style>
border-color css
<style>
span { border-color: #594CB1; }
span { border-color: rgb(89,76,177); }
td.TdClassName
{
border-color: #594CB1;
}
.TagClassName
{
border-color: #594CB1;
}
</style>