Shades of Rich Blue #5956C1
Tints of Rich Blue #5956C1
RGB
CMYK
RGB Variations
Color information
#5956C1 (or 0x5956C1) is known color: Rich Blue. HEX triplet: 59, 56 and C1. RGB value is (89,86,193). Sum of RGB (Red+Green+Blue) = 89+86+193=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #5956C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5956C1 is #A6A93E. Grayscale: #626262. Windows color (decimal): -10922303 or 12670553. OLE color: 12670553.
HSL color Cylindrical-coordinate representation of color #5956C1: hue angle of 241.68º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5956C1 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 86 | 193 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.24 |
| HSL | 241.68º | 0.46% | 0.55% | - |
| HSV(B) | 241.68º | 0.55% | 0.76% | - |
| XYZ | 17.07 | 12.63 | 51.99 | - |
| YUV | 99.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 193 | 0.54 | 0.55 | 0 | 0.24 | 241.68 | 0.46 | 0.55 |
| Hex | 59 | 56 | C1 | 36 | 37 | 0 | 18 | F2 | 2E | 37 |
| Octal | 131 | 126 | 301 | 66 | 67 | 0 | 30 | 362 | 56 | 67 |
| Binary | 1011001 | 1010110 | 11000001 | 110110 | 110111 | 0 | 11000 | 11110010 | 101110 | 110111 |
Color Harmonies of #5956C1
Complementary color
Monochromatic Colors of #5956C1
Black with #5956C1
Text Example
Text Example
White with #5956C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5956C1; }
p { color: rgb(89,86,193); }
H1.HeaderClassName
{
color: #5956C1;
}
.AnyTagClassName
{
color: #5956C1;
}
</style>
background-color css
<style>
a { background-color: #5956C1; }
a { background-color: rgb(89,86,193); }
div.DivClassName
{
background-color: #5956C1;
}
.BgClassName
{
background-color: #5956C1;
}
</style>
border-color css
<style>
span { border-color: #5956C1; }
span { border-color: rgb(89,86,193); }
td.TdClassName
{
border-color: #5956C1;
}
.TagClassName
{
border-color: #5956C1;
}
</style>