Shades of Rich Blue #595BB4
Tints of Rich Blue #595BB4
RGB
CMYK
RGB Variations
Color information
#595BB4 (or 0x595BB4) is known color: Rich Blue. HEX triplet: 59, 5B and B4. RGB value is (89,91,180). Sum of RGB (Red+Green+Blue) = 89+91+180=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #595BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BB4 is #A6A44B. Grayscale: #646464. Windows color (decimal): -10921036 or 11819865. OLE color: 11819865.
HSL color Cylindrical-coordinate representation of color #595BB4: hue angle of 238.68º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595BB4 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 91 | 180 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.29 |
| HSL | 238.68º | 0.38% | 0.53% | - |
| HSV(B) | 238.68º | 0.51% | 0.71% | - |
| XYZ | 16.1 | 12.9 | 44.82 | - |
| YUV | 100.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 180 | 0.51 | 0.49 | 0 | 0.29 | 238.68 | 0.38 | 0.53 |
| Hex | 59 | 5B | B4 | 33 | 31 | 0 | 1D | EF | 26 | 35 |
| Octal | 131 | 133 | 264 | 63 | 61 | 0 | 35 | 357 | 46 | 65 |
| Binary | 1011001 | 1011011 | 10110100 | 110011 | 110001 | 0 | 11101 | 11101111 | 100110 | 110101 |
Color Harmonies of #595BB4
Complementary color
Monochromatic Colors of #595BB4
Black with #595BB4
Text Example
Text Example
White with #595BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BB4; }
p { color: rgb(89,91,180); }
H1.HeaderClassName
{
color: #595BB4;
}
.AnyTagClassName
{
color: #595BB4;
}
</style>
background-color css
<style>
a { background-color: #595BB4; }
a { background-color: rgb(89,91,180); }
div.DivClassName
{
background-color: #595BB4;
}
.BgClassName
{
background-color: #595BB4;
}
</style>
border-color css
<style>
span { border-color: #595BB4; }
span { border-color: rgb(89,91,180); }
td.TdClassName
{
border-color: #595BB4;
}
.TagClassName
{
border-color: #595BB4;
}
</style>