Shades of Rich Blue #594FB4
Tints of Rich Blue #594FB4
RGB
CMYK
RGB Variations
Color information
#594FB4 (or 0x594FB4) is known color: Rich Blue. HEX triplet: 59, 4F and B4. RGB value is (89,79,180). Sum of RGB (Red+Green+Blue) = 89+79+180=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #594FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FB4 is #A6B04B. Grayscale: #5D5D5D. Windows color (decimal): -10924108 or 11816793. OLE color: 11816793.
HSL color Cylindrical-coordinate representation of color #594FB4: hue angle of 245.94º degrees, saturation: 0.4, 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 #594FB4 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 79 | 180 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.29 |
| HSL | 245.94º | 0.4% | 0.51% | - |
| HSV(B) | 245.94º | 0.56% | 0.71% | - |
| XYZ | 15.15 | 11.01 | 44.51 | - |
| YUV | 93.5 | 176.81 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 180 | 0.51 | 0.56 | 0 | 0.29 | 245.94 | 0.4 | 0.51 |
| Hex | 59 | 4F | B4 | 33 | 38 | 0 | 1D | F6 | 28 | 33 |
| Octal | 131 | 117 | 264 | 63 | 70 | 0 | 35 | 366 | 50 | 63 |
| Binary | 1011001 | 1001111 | 10110100 | 110011 | 111000 | 0 | 11101 | 11110110 | 101000 | 110011 |
Color Harmonies of #594FB4
Complementary color
Monochromatic Colors of #594FB4
Black with #594FB4
Text Example
Text Example
White with #594FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594FB4; }
p { color: rgb(89,79,180); }
H1.HeaderClassName
{
color: #594FB4;
}
.AnyTagClassName
{
color: #594FB4;
}
</style>
background-color css
<style>
a { background-color: #594FB4; }
a { background-color: rgb(89,79,180); }
div.DivClassName
{
background-color: #594FB4;
}
.BgClassName
{
background-color: #594FB4;
}
</style>
border-color css
<style>
span { border-color: #594FB4; }
span { border-color: rgb(89,79,180); }
td.TdClassName
{
border-color: #594FB4;
}
.TagClassName
{
border-color: #594FB4;
}
</style>