Shades of Rich Blue #595CBE
Tints of Rich Blue #595CBE
RGB
CMYK
RGB Variations
Color information
#595CBE (or 0x595CBE) is known color: Rich Blue. HEX triplet: 59, 5C and BE. RGB value is (89,92,190). Sum of RGB (Red+Green+Blue) = 89+92+190=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #595CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CBE is #A6A341. Grayscale: #656565. Windows color (decimal): -10920770 or 12475481. OLE color: 12475481.
HSL color Cylindrical-coordinate representation of color #595CBE: hue angle of 238.22º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #595CBE is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 92 | 190 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.25 |
| HSL | 238.22º | 0.44% | 0.55% | - |
| HSV(B) | 238.22º | 0.53% | 0.75% | - |
| XYZ | 17.24 | 13.5 | 50.41 | - |
| YUV | 102.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 190 | 0.53 | 0.52 | 0 | 0.25 | 238.22 | 0.44 | 0.55 |
| Hex | 59 | 5C | BE | 35 | 34 | 0 | 19 | EE | 2C | 37 |
| Octal | 131 | 134 | 276 | 65 | 64 | 0 | 31 | 356 | 54 | 67 |
| Binary | 1011001 | 1011100 | 10111110 | 110101 | 110100 | 0 | 11001 | 11101110 | 101100 | 110111 |
Color Harmonies of #595CBE
Complementary color
Monochromatic Colors of #595CBE
Black with #595CBE
Text Example
Text Example
White with #595CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CBE; }
p { color: rgb(89,92,190); }
H1.HeaderClassName
{
color: #595CBE;
}
.AnyTagClassName
{
color: #595CBE;
}
</style>
background-color css
<style>
a { background-color: #595CBE; }
a { background-color: rgb(89,92,190); }
div.DivClassName
{
background-color: #595CBE;
}
.BgClassName
{
background-color: #595CBE;
}
</style>
border-color css
<style>
span { border-color: #595CBE; }
span { border-color: rgb(89,92,190); }
td.TdClassName
{
border-color: #595CBE;
}
.TagClassName
{
border-color: #595CBE;
}
</style>