Shades of Rich Blue #594DBD
Tints of Rich Blue #594DBD
RGB
CMYK
RGB Variations
Color information
#594DBD (or 0x594DBD) is known color: Rich Blue. HEX triplet: 59, 4D and BD. RGB value is (89,77,189). Sum of RGB (Red+Green+Blue) = 89+77+189=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #594DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DBD is #A6B242. Grayscale: #5C5C5C. Windows color (decimal): -10924611 or 12406105. OLE color: 12406105.
HSL color Cylindrical-coordinate representation of color #594DBD: hue angle of 246.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #594DBD is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 77 | 189 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.26 |
| HSL | 246.43º | 0.46% | 0.52% | - |
| HSV(B) | 246.43º | 0.59% | 0.74% | - |
| XYZ | 15.96 | 11.11 | 49.45 | - |
| YUV | 93.36 | 181.98 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 189 | 0.53 | 0.59 | 0 | 0.26 | 246.43 | 0.46 | 0.52 |
| Hex | 59 | 4D | BD | 35 | 3B | 0 | 1A | F6 | 2E | 34 |
| Octal | 131 | 115 | 275 | 65 | 73 | 0 | 32 | 366 | 56 | 64 |
| Binary | 1011001 | 1001101 | 10111101 | 110101 | 111011 | 0 | 11010 | 11110110 | 101110 | 110100 |
Color Harmonies of #594DBD
Complementary color
Monochromatic Colors of #594DBD
Black with #594DBD
Text Example
Text Example
White with #594DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DBD; }
p { color: rgb(89,77,189); }
H1.HeaderClassName
{
color: #594DBD;
}
.AnyTagClassName
{
color: #594DBD;
}
</style>
background-color css
<style>
a { background-color: #594DBD; }
a { background-color: rgb(89,77,189); }
div.DivClassName
{
background-color: #594DBD;
}
.BgClassName
{
background-color: #594DBD;
}
</style>
border-color css
<style>
span { border-color: #594DBD; }
span { border-color: rgb(89,77,189); }
td.TdClassName
{
border-color: #594DBD;
}
.TagClassName
{
border-color: #594DBD;
}
</style>