Shades of Rich Blue #595CA7
Tints of Rich Blue #595CA7
RGB
CMYK
RGB Variations
Color information
#595CA7 (or 0x595CA7) is known color: Rich Blue. HEX triplet: 59, 5C and A7. RGB value is (89,92,167). Sum of RGB (Red+Green+Blue) = 89+92+167=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 167 (65.62% from 255 or 47.99% from 348); Max value from RGB is 167 - color contains mainly: blue. Hex color #595CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595CA7 is #A6A358. Grayscale: #636363. Windows color (decimal): -10920793 or 10968153. OLE color: 10968153.
HSL color Cylindrical-coordinate representation of color #595CA7: hue angle of 237.69º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #595CA7 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 92 | 167 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.35 |
| HSL | 237.69º | 0.31% | 0.5% | - |
| HSV(B) | 237.69º | 0.47% | 0.65% | - |
| XYZ | 14.92 | 12.57 | 38.2 | - |
| YUV | 99.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 167 | 0.47 | 0.45 | 0 | 0.35 | 237.69 | 0.31 | 0.5 |
| Hex | 59 | 5C | A7 | 2F | 2D | 0 | 23 | EE | 1F | 32 |
| Octal | 131 | 134 | 247 | 57 | 55 | 0 | 43 | 356 | 37 | 62 |
| Binary | 1011001 | 1011100 | 10100111 | 101111 | 101101 | 0 | 100011 | 11101110 | 11111 | 110010 |
Color Harmonies of #595CA7
Complementary color
Monochromatic Colors of #595CA7
Black with #595CA7
Text Example
Text Example
White with #595CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CA7; }
p { color: rgb(89,92,167); }
H1.HeaderClassName
{
color: #595CA7;
}
.AnyTagClassName
{
color: #595CA7;
}
</style>
background-color css
<style>
a { background-color: #595CA7; }
a { background-color: rgb(89,92,167); }
div.DivClassName
{
background-color: #595CA7;
}
.BgClassName
{
background-color: #595CA7;
}
</style>
border-color css
<style>
span { border-color: #595CA7; }
span { border-color: rgb(89,92,167); }
td.TdClassName
{
border-color: #595CA7;
}
.TagClassName
{
border-color: #595CA7;
}
</style>