Shades of Rich Blue #594FC0
Tints of Rich Blue #594FC0
RGB
CMYK
RGB Variations
Color information
#594FC0 (or 0x594FC0) is known color: Rich Blue. HEX triplet: 59, 4F and C0. RGB value is (89,79,192). Sum of RGB (Red+Green+Blue) = 89+79+192=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #594FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FC0 is #A6B03F. Grayscale: #5E5E5E. Windows color (decimal): -10924096 or 12603225. OLE color: 12603225.
HSL color Cylindrical-coordinate representation of color #594FC0: hue angle of 245.31º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #594FC0 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 79 | 192 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.25 |
| HSL | 245.31º | 0.47% | 0.53% | - |
| HSV(B) | 245.31º | 0.59% | 0.75% | - |
| XYZ | 16.43 | 11.52 | 51.23 | - |
| YUV | 94.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 192 | 0.54 | 0.59 | 0 | 0.25 | 245.31 | 0.47 | 0.53 |
| Hex | 59 | 4F | C0 | 36 | 3B | 0 | 19 | F5 | 2F | 35 |
| Octal | 131 | 117 | 300 | 66 | 73 | 0 | 31 | 365 | 57 | 65 |
| Binary | 1011001 | 1001111 | 11000000 | 110110 | 111011 | 0 | 11001 | 11110101 | 101111 | 110101 |
Color Harmonies of #594FC0
Complementary color
Monochromatic Colors of #594FC0
Black with #594FC0
Text Example
Text Example
White with #594FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594FC0; }
p { color: rgb(89,79,192); }
H1.HeaderClassName
{
color: #594FC0;
}
.AnyTagClassName
{
color: #594FC0;
}
</style>
background-color css
<style>
a { background-color: #594FC0; }
a { background-color: rgb(89,79,192); }
div.DivClassName
{
background-color: #594FC0;
}
.BgClassName
{
background-color: #594FC0;
}
</style>
border-color css
<style>
span { border-color: #594FC0; }
span { border-color: rgb(89,79,192); }
td.TdClassName
{
border-color: #594FC0;
}
.TagClassName
{
border-color: #594FC0;
}
</style>