Shades of Rich Blue #594DBE
Tints of Rich Blue #594DBE
RGB
CMYK
RGB Variations
Color information
#594DBE (or 0x594DBE) is known color: Rich Blue. HEX triplet: 59, 4D and BE. RGB value is (89,77,190). Sum of RGB (Red+Green+Blue) = 89+77+190=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #594DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DBE is #A6B241. Grayscale: #5D5D5D. Windows color (decimal): -10924610 or 12471641. OLE color: 12471641.
HSL color Cylindrical-coordinate representation of color #594DBE: hue angle of 246.37º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #594DBE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 77 | 190 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.25 |
| HSL | 246.37º | 0.47% | 0.52% | - |
| HSV(B) | 246.37º | 0.59% | 0.75% | - |
| XYZ | 16.07 | 11.15 | 50.02 | - |
| YUV | 93.47 | 182.48 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 190 | 0.53 | 0.59 | 0 | 0.25 | 246.37 | 0.47 | 0.52 |
| Hex | 59 | 4D | BE | 35 | 3B | 0 | 19 | F6 | 2F | 34 |
| Octal | 131 | 115 | 276 | 65 | 73 | 0 | 31 | 366 | 57 | 64 |
| Binary | 1011001 | 1001101 | 10111110 | 110101 | 111011 | 0 | 11001 | 11110110 | 101111 | 110100 |
Color Harmonies of #594DBE
Complementary color
Monochromatic Colors of #594DBE
Black with #594DBE
Text Example
Text Example
White with #594DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DBE; }
p { color: rgb(89,77,190); }
H1.HeaderClassName
{
color: #594DBE;
}
.AnyTagClassName
{
color: #594DBE;
}
</style>
background-color css
<style>
a { background-color: #594DBE; }
a { background-color: rgb(89,77,190); }
div.DivClassName
{
background-color: #594DBE;
}
.BgClassName
{
background-color: #594DBE;
}
</style>
border-color css
<style>
span { border-color: #594DBE; }
span { border-color: rgb(89,77,190); }
td.TdClassName
{
border-color: #594DBE;
}
.TagClassName
{
border-color: #594DBE;
}
</style>