Shades of Rich Blue #594FB3
Tints of Rich Blue #594FB3
RGB
CMYK
RGB Variations
Color information
#594FB3 (or 0x594FB3) is known color: Rich Blue. HEX triplet: 59, 4F and B3. RGB value is (89,79,179). Sum of RGB (Red+Green+Blue) = 89+79+179=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #594FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FB3 is #A6B04C. Grayscale: #5D5D5D. Windows color (decimal): -10924109 or 11751257. OLE color: 11751257.
HSL color Cylindrical-coordinate representation of color #594FB3: hue angle of 246º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #594FB3 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 79 | 179 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.30 |
| HSL | 246º | 0.4% | 0.51% | - |
| HSV(B) | 246º | 0.56% | 0.7% | - |
| XYZ | 15.05 | 10.97 | 43.97 | - |
| YUV | 93.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 179 | 0.50 | 0.56 | 0 | 0.30 | 246 | 0.4 | 0.51 |
| Hex | 59 | 4F | B3 | 32 | 38 | 0 | 1E | F6 | 28 | 33 |
| Octal | 131 | 117 | 263 | 62 | 70 | 0 | 36 | 366 | 50 | 63 |
| Binary | 1011001 | 1001111 | 10110011 | 110010 | 111000 | 0 | 11110 | 11110110 | 101000 | 110011 |
Color Harmonies of #594FB3
Complementary color
Monochromatic Colors of #594FB3
Black with #594FB3
Text Example
Text Example
White with #594FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594FB3; }
p { color: rgb(89,79,179); }
H1.HeaderClassName
{
color: #594FB3;
}
.AnyTagClassName
{
color: #594FB3;
}
</style>
background-color css
<style>
a { background-color: #594FB3; }
a { background-color: rgb(89,79,179); }
div.DivClassName
{
background-color: #594FB3;
}
.BgClassName
{
background-color: #594FB3;
}
</style>
border-color css
<style>
span { border-color: #594FB3; }
span { border-color: rgb(89,79,179); }
td.TdClassName
{
border-color: #594FB3;
}
.TagClassName
{
border-color: #594FB3;
}
</style>