Shades of Rich Blue #5960BC
Tints of Rich Blue #5960BC
RGB
CMYK
RGB Variations
Color information
#5960BC (or 0x5960BC) is known color: Rich Blue. HEX triplet: 59, 60 and BC. RGB value is (89,96,188). Sum of RGB (Red+Green+Blue) = 89+96+188=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #5960BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5960BC is #A69F43. Grayscale: #686868. Windows color (decimal): -10919748 or 12345433. OLE color: 12345433.
HSL color Cylindrical-coordinate representation of color #5960BC: hue angle of 235.76º 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 #5960BC is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 96 | 188 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.26 |
| HSL | 235.76º | 0.42% | 0.54% | - |
| HSV(B) | 235.76º | 0.53% | 0.74% | - |
| XYZ | 17.38 | 14.12 | 49.39 | - |
| YUV | 104.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 188 | 0.53 | 0.49 | 0 | 0.26 | 235.76 | 0.42 | 0.54 |
| Hex | 59 | 60 | BC | 35 | 31 | 0 | 1A | EC | 2A | 36 |
| Octal | 131 | 140 | 274 | 65 | 61 | 0 | 32 | 354 | 52 | 66 |
| Binary | 1011001 | 1100000 | 10111100 | 110101 | 110001 | 0 | 11010 | 11101100 | 101010 | 110110 |
Color Harmonies of #5960BC
Complementary color
Monochromatic Colors of #5960BC
Black with #5960BC
Text Example
Text Example
White with #5960BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5960BC; }
p { color: rgb(89,96,188); }
H1.HeaderClassName
{
color: #5960BC;
}
.AnyTagClassName
{
color: #5960BC;
}
</style>
background-color css
<style>
a { background-color: #5960BC; }
a { background-color: rgb(89,96,188); }
div.DivClassName
{
background-color: #5960BC;
}
.BgClassName
{
background-color: #5960BC;
}
</style>
border-color css
<style>
span { border-color: #5960BC; }
span { border-color: rgb(89,96,188); }
td.TdClassName
{
border-color: #5960BC;
}
.TagClassName
{
border-color: #5960BC;
}
</style>