Shades of Rich Blue #5C61AA
Tints of Rich Blue #5C61AA
RGB
CMYK
RGB Variations
Color information
#5C61AA (or 0x5C61AA) is known color: Rich Blue. HEX triplet: 5C, 61 and AA. RGB value is (92,97,170). Sum of RGB (Red+Green+Blue) = 92+97+170=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C61AA is #A39E55. Grayscale: #676767. Windows color (decimal): -10722902 or 11166044. OLE color: 11166044.
HSL color Cylindrical-coordinate representation of color #5C61AA: hue angle of 236.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C61AA is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 97 | 170 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.33 |
| HSL | 236.15º | 0.31% | 0.51% | - |
| HSV(B) | 236.15º | 0.46% | 0.67% | - |
| XYZ | 15.94 | 13.73 | 39.84 | - |
| YUV | 103.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 97 | 170 | 0.46 | 0.43 | 0 | 0.33 | 236.15 | 0.31 | 0.51 |
| Hex | 5C | 61 | AA | 2E | 2B | 0 | 21 | EC | 1F | 33 |
| Octal | 134 | 141 | 252 | 56 | 53 | 0 | 41 | 354 | 37 | 63 |
| Binary | 1011100 | 1100001 | 10101010 | 101110 | 101011 | 0 | 100001 | 11101100 | 11111 | 110011 |
Color Harmonies of #5C61AA
Complementary color
Monochromatic Colors of #5C61AA
Black with #5C61AA
Text Example
Text Example
White with #5C61AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C61AA; }
p { color: rgb(92,97,170); }
H1.HeaderClassName
{
color: #5C61AA;
}
.AnyTagClassName
{
color: #5C61AA;
}
</style>
background-color css
<style>
a { background-color: #5C61AA; }
a { background-color: rgb(92,97,170); }
div.DivClassName
{
background-color: #5C61AA;
}
.BgClassName
{
background-color: #5C61AA;
}
</style>
border-color css
<style>
span { border-color: #5C61AA; }
span { border-color: rgb(92,97,170); }
td.TdClassName
{
border-color: #5C61AA;
}
.TagClassName
{
border-color: #5C61AA;
}
</style>