Shades of Rich Blue #594FB5
Tints of Rich Blue #594FB5
RGB
CMYK
RGB Variations
Color information
#594FB5 (or 0x594FB5) is known color: Rich Blue. HEX triplet: 59, 4F and B5. RGB value is (89,79,181). Sum of RGB (Red+Green+Blue) = 89+79+181=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #594FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FB5 is #A6B04A. Grayscale: #5D5D5D. Windows color (decimal): -10924107 or 11882329. OLE color: 11882329.
HSL color Cylindrical-coordinate representation of color #594FB5: hue angle of 245.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #594FB5 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 79 | 181 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.29 |
| HSL | 245.88º | 0.41% | 0.51% | - |
| HSV(B) | 245.88º | 0.56% | 0.71% | - |
| XYZ | 15.26 | 11.05 | 45.05 | - |
| YUV | 93.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 181 | 0.51 | 0.56 | 0 | 0.29 | 245.88 | 0.41 | 0.51 |
| Hex | 59 | 4F | B5 | 33 | 38 | 0 | 1D | F6 | 29 | 33 |
| Octal | 131 | 117 | 265 | 63 | 70 | 0 | 35 | 366 | 51 | 63 |
| Binary | 1011001 | 1001111 | 10110101 | 110011 | 111000 | 0 | 11101 | 11110110 | 101001 | 110011 |
Color Harmonies of #594FB5
Complementary color
Monochromatic Colors of #594FB5
Black with #594FB5
Text Example
Text Example
White with #594FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594FB5; }
p { color: rgb(89,79,181); }
H1.HeaderClassName
{
color: #594FB5;
}
.AnyTagClassName
{
color: #594FB5;
}
</style>
background-color css
<style>
a { background-color: #594FB5; }
a { background-color: rgb(89,79,181); }
div.DivClassName
{
background-color: #594FB5;
}
.BgClassName
{
background-color: #594FB5;
}
</style>
border-color css
<style>
span { border-color: #594FB5; }
span { border-color: rgb(89,79,181); }
td.TdClassName
{
border-color: #594FB5;
}
.TagClassName
{
border-color: #594FB5;
}
</style>