Shades of Rich Blue #5C59AD
Tints of Rich Blue #5C59AD
RGB
CMYK
RGB Variations
Color information
#5C59AD (or 0x5C59AD) is known color: Rich Blue. HEX triplet: 5C, 59 and AD. RGB value is (92,89,173). Sum of RGB (Red+Green+Blue) = 92+89+173=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C59AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C59AD is #A3A652. Grayscale: #636363. Windows color (decimal): -10724947 or 11360604. OLE color: 11360604.
HSL color Cylindrical-coordinate representation of color #5C59AD: hue angle of 242.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C59AD is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 89 | 173 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.32 |
| HSL | 242.14º | 0.34% | 0.51% | - |
| HSV(B) | 242.14º | 0.49% | 0.68% | - |
| XYZ | 15.53 | 12.44 | 41.12 | - |
| YUV | 99.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 173 | 0.47 | 0.49 | 0 | 0.32 | 242.14 | 0.34 | 0.51 |
| Hex | 5C | 59 | AD | 2F | 31 | 0 | 20 | F2 | 22 | 33 |
| Octal | 134 | 131 | 255 | 57 | 61 | 0 | 40 | 362 | 42 | 63 |
| Binary | 1011100 | 1011001 | 10101101 | 101111 | 110001 | 0 | 100000 | 11110010 | 100010 | 110011 |
Color Harmonies of #5C59AD
Complementary color
Monochromatic Colors of #5C59AD
Black with #5C59AD
Text Example
Text Example
White with #5C59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C59AD; }
p { color: rgb(92,89,173); }
H1.HeaderClassName
{
color: #5C59AD;
}
.AnyTagClassName
{
color: #5C59AD;
}
</style>
background-color css
<style>
a { background-color: #5C59AD; }
a { background-color: rgb(92,89,173); }
div.DivClassName
{
background-color: #5C59AD;
}
.BgClassName
{
background-color: #5C59AD;
}
</style>
border-color css
<style>
span { border-color: #5C59AD; }
span { border-color: rgb(92,89,173); }
td.TdClassName
{
border-color: #5C59AD;
}
.TagClassName
{
border-color: #5C59AD;
}
</style>