Shades of Rich Blue #595DB3
Tints of Rich Blue #595DB3
RGB
CMYK
RGB Variations
Color information
#595DB3 (or 0x595DB3) is known color: Rich Blue. HEX triplet: 59, 5D and B3. RGB value is (89,93,179). Sum of RGB (Red+Green+Blue) = 89+93+179=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #595DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DB3 is #A6A24C. Grayscale: #656565. Windows color (decimal): -10920525 or 11754841. OLE color: 11754841.
HSL color Cylindrical-coordinate representation of color #595DB3: hue angle of 237.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #595DB3 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 93 | 179 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.30 |
| HSL | 237.33º | 0.37% | 0.53% | - |
| HSV(B) | 237.33º | 0.5% | 0.7% | - |
| XYZ | 16.17 | 13.21 | 44.34 | - |
| YUV | 101.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 179 | 0.50 | 0.48 | 0 | 0.30 | 237.33 | 0.37 | 0.53 |
| Hex | 59 | 5D | B3 | 32 | 30 | 0 | 1E | ED | 25 | 35 |
| Octal | 131 | 135 | 263 | 62 | 60 | 0 | 36 | 355 | 45 | 65 |
| Binary | 1011001 | 1011101 | 10110011 | 110010 | 110000 | 0 | 11110 | 11101101 | 100101 | 110101 |
Color Harmonies of #595DB3
Complementary color
Monochromatic Colors of #595DB3
Black with #595DB3
Text Example
Text Example
White with #595DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DB3; }
p { color: rgb(89,93,179); }
H1.HeaderClassName
{
color: #595DB3;
}
.AnyTagClassName
{
color: #595DB3;
}
</style>
background-color css
<style>
a { background-color: #595DB3; }
a { background-color: rgb(89,93,179); }
div.DivClassName
{
background-color: #595DB3;
}
.BgClassName
{
background-color: #595DB3;
}
</style>
border-color css
<style>
span { border-color: #595DB3; }
span { border-color: rgb(89,93,179); }
td.TdClassName
{
border-color: #595DB3;
}
.TagClassName
{
border-color: #595DB3;
}
</style>