Shades of Rich Blue #5C659F
Tints of Rich Blue #5C659F
RGB
CMYK
RGB Variations
Color information
#5C659F (or 0x5C659F) is known color: Rich Blue. HEX triplet: 5C, 65 and 9F. RGB value is (92,101,159). Sum of RGB (Red+Green+Blue) = 92+101+159=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #5C659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C659F is #A39A60. Grayscale: #686868. Windows color (decimal): -10721889 or 10446172. OLE color: 10446172.
HSL color Cylindrical-coordinate representation of color #5C659F: hue angle of 231.94º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C659F is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 101 | 159 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.38 |
| HSL | 231.94º | 0.27% | 0.49% | - |
| HSV(B) | 231.94º | 0.42% | 0.62% | - |
| XYZ | 15.33 | 14.09 | 34.71 | - |
| YUV | 104.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 159 | 0.42 | 0.36 | 0 | 0.38 | 231.94 | 0.27 | 0.49 |
| Hex | 5C | 65 | 9F | 2A | 24 | 0 | 26 | E8 | 1B | 31 |
| Octal | 134 | 145 | 237 | 52 | 44 | 0 | 46 | 350 | 33 | 61 |
| Binary | 1011100 | 1100101 | 10011111 | 101010 | 100100 | 0 | 100110 | 11101000 | 11011 | 110001 |
Color Harmonies of #5C659F
Complementary color
Monochromatic Colors of #5C659F
Black with #5C659F
Text Example
Text Example
White with #5C659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C659F; }
p { color: rgb(92,101,159); }
H1.HeaderClassName
{
color: #5C659F;
}
.AnyTagClassName
{
color: #5C659F;
}
</style>
background-color css
<style>
a { background-color: #5C659F; }
a { background-color: rgb(92,101,159); }
div.DivClassName
{
background-color: #5C659F;
}
.BgClassName
{
background-color: #5C659F;
}
</style>
border-color css
<style>
span { border-color: #5C659F; }
span { border-color: rgb(92,101,159); }
td.TdClassName
{
border-color: #5C659F;
}
.TagClassName
{
border-color: #5C659F;
}
</style>