Shades of Rich Blue #594FB1
Tints of Rich Blue #594FB1
RGB
CMYK
RGB Variations
Color information
#594FB1 (or 0x594FB1) is known color: Rich Blue. HEX triplet: 59, 4F and B1. RGB value is (89,79,177). Sum of RGB (Red+Green+Blue) = 89+79+177=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #594FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594FB1 is #A6B04E. Grayscale: #5C5C5C. Windows color (decimal): -10924111 or 11620185. OLE color: 11620185.
HSL color Cylindrical-coordinate representation of color #594FB1: hue angle of 246.12º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #594FB1 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 79 | 177 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.31 |
| HSL | 246.12º | 0.39% | 0.5% | - |
| HSV(B) | 246.12º | 0.55% | 0.69% | - |
| XYZ | 14.85 | 10.89 | 42.91 | - |
| YUV | 93.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 177 | 0.50 | 0.55 | 0 | 0.31 | 246.12 | 0.39 | 0.5 |
| Hex | 59 | 4F | B1 | 32 | 37 | 0 | 1F | F6 | 27 | 32 |
| Octal | 131 | 117 | 261 | 62 | 67 | 0 | 37 | 366 | 47 | 62 |
| Binary | 1011001 | 1001111 | 10110001 | 110010 | 110111 | 0 | 11111 | 11110110 | 100111 | 110010 |
Color Harmonies of #594FB1
Complementary color
Monochromatic Colors of #594FB1
Black with #594FB1
Text Example
Text Example
White with #594FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594FB1; }
p { color: rgb(89,79,177); }
H1.HeaderClassName
{
color: #594FB1;
}
.AnyTagClassName
{
color: #594FB1;
}
</style>
background-color css
<style>
a { background-color: #594FB1; }
a { background-color: rgb(89,79,177); }
div.DivClassName
{
background-color: #594FB1;
}
.BgClassName
{
background-color: #594FB1;
}
</style>
border-color css
<style>
span { border-color: #594FB1; }
span { border-color: rgb(89,79,177); }
td.TdClassName
{
border-color: #594FB1;
}
.TagClassName
{
border-color: #594FB1;
}
</style>