Shades of Rich Blue #595FBA
Tints of Rich Blue #595FBA
RGB
CMYK
RGB Variations
Color information
#595FBA (or 0x595FBA) is known color: Rich Blue. HEX triplet: 59, 5F and BA. RGB value is (89,95,186). Sum of RGB (Red+Green+Blue) = 89+95+186=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #595FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FBA is #A6A045. Grayscale: #676767. Windows color (decimal): -10920006 or 12214105. OLE color: 12214105.
HSL color Cylindrical-coordinate representation of color #595FBA: hue angle of 236.29º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595FBA is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 95 | 186 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.27 |
| HSL | 236.29º | 0.41% | 0.54% | - |
| HSV(B) | 236.29º | 0.52% | 0.73% | - |
| XYZ | 17.07 | 13.85 | 48.23 | - |
| YUV | 103.58 | 174.51 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 186 | 0.52 | 0.49 | 0 | 0.27 | 236.29 | 0.41 | 0.54 |
| Hex | 59 | 5F | BA | 34 | 31 | 0 | 1B | EC | 29 | 36 |
| Octal | 131 | 137 | 272 | 64 | 61 | 0 | 33 | 354 | 51 | 66 |
| Binary | 1011001 | 1011111 | 10111010 | 110100 | 110001 | 0 | 11011 | 11101100 | 101001 | 110110 |
Color Harmonies of #595FBA
Complementary color
Monochromatic Colors of #595FBA
Black with #595FBA
Text Example
Text Example
White with #595FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FBA; }
p { color: rgb(89,95,186); }
H1.HeaderClassName
{
color: #595FBA;
}
.AnyTagClassName
{
color: #595FBA;
}
</style>
background-color css
<style>
a { background-color: #595FBA; }
a { background-color: rgb(89,95,186); }
div.DivClassName
{
background-color: #595FBA;
}
.BgClassName
{
background-color: #595FBA;
}
</style>
border-color css
<style>
span { border-color: #595FBA; }
span { border-color: rgb(89,95,186); }
td.TdClassName
{
border-color: #595FBA;
}
.TagClassName
{
border-color: #595FBA;
}
</style>