Shades of Rich Blue #595CBC
Tints of Rich Blue #595CBC
RGB
CMYK
RGB Variations
Color information
#595CBC (or 0x595CBC) is known color: Rich Blue. HEX triplet: 59, 5C and BC. RGB value is (89,92,188). Sum of RGB (Red+Green+Blue) = 89+92+188=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #595CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CBC is #A6A343. Grayscale: #656565. Windows color (decimal): -10920772 or 12344409. OLE color: 12344409.
HSL color Cylindrical-coordinate representation of color #595CBC: hue angle of 238.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #595CBC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 92 | 188 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.26 |
| HSL | 238.18º | 0.42% | 0.54% | - |
| HSV(B) | 238.18º | 0.53% | 0.74% | - |
| XYZ | 17.02 | 13.41 | 49.27 | - |
| YUV | 102.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 188 | 0.53 | 0.51 | 0 | 0.26 | 238.18 | 0.42 | 0.54 |
| Hex | 59 | 5C | BC | 35 | 33 | 0 | 1A | EE | 2A | 36 |
| Octal | 131 | 134 | 274 | 65 | 63 | 0 | 32 | 356 | 52 | 66 |
| Binary | 1011001 | 1011100 | 10111100 | 110101 | 110011 | 0 | 11010 | 11101110 | 101010 | 110110 |
Color Harmonies of #595CBC
Complementary color
Monochromatic Colors of #595CBC
Black with #595CBC
Text Example
Text Example
White with #595CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CBC; }
p { color: rgb(89,92,188); }
H1.HeaderClassName
{
color: #595CBC;
}
.AnyTagClassName
{
color: #595CBC;
}
</style>
background-color css
<style>
a { background-color: #595CBC; }
a { background-color: rgb(89,92,188); }
div.DivClassName
{
background-color: #595CBC;
}
.BgClassName
{
background-color: #595CBC;
}
</style>
border-color css
<style>
span { border-color: #595CBC; }
span { border-color: rgb(89,92,188); }
td.TdClassName
{
border-color: #595CBC;
}
.TagClassName
{
border-color: #595CBC;
}
</style>