Shades of Rich Blue #5C59BD
Tints of Rich Blue #5C59BD
RGB
CMYK
RGB Variations
Color information
#5C59BD (or 0x5C59BD) is known color: Rich Blue. HEX triplet: 5C, 59 and BD. RGB value is (92,89,189). Sum of RGB (Red+Green+Blue) = 92+89+189=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C59BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C59BD is #A3A642. Grayscale: #646464. Windows color (decimal): -10724931 or 12409180. OLE color: 12409180.
HSL color Cylindrical-coordinate representation of color #5C59BD: hue angle of 241.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C59BD is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 89 | 189 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.26 |
| HSL | 241.8º | 0.43% | 0.55% | - |
| HSV(B) | 241.8º | 0.53% | 0.74% | - |
| XYZ | 17.17 | 13.09 | 49.77 | - |
| YUV | 101.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 189 | 0.51 | 0.53 | 0 | 0.26 | 241.8 | 0.43 | 0.55 |
| Hex | 5C | 59 | BD | 33 | 35 | 0 | 1A | F2 | 2B | 37 |
| Octal | 134 | 131 | 275 | 63 | 65 | 0 | 32 | 362 | 53 | 67 |
| Binary | 1011100 | 1011001 | 10111101 | 110011 | 110101 | 0 | 11010 | 11110010 | 101011 | 110111 |
Color Harmonies of #5C59BD
Complementary color
Monochromatic Colors of #5C59BD
Black with #5C59BD
Text Example
Text Example
White with #5C59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C59BD; }
p { color: rgb(92,89,189); }
H1.HeaderClassName
{
color: #5C59BD;
}
.AnyTagClassName
{
color: #5C59BD;
}
</style>
background-color css
<style>
a { background-color: #5C59BD; }
a { background-color: rgb(92,89,189); }
div.DivClassName
{
background-color: #5C59BD;
}
.BgClassName
{
background-color: #5C59BD;
}
</style>
border-color css
<style>
span { border-color: #5C59BD; }
span { border-color: rgb(92,89,189); }
td.TdClassName
{
border-color: #5C59BD;
}
.TagClassName
{
border-color: #5C59BD;
}
</style>