Shades of Rich Blue #5A60C1
Tints of Rich Blue #5A60C1
RGB
CMYK
RGB Variations
Color information
#5A60C1 (or 0x5A60C1) is known color: Rich Blue. HEX triplet: 5A, 60 and C1. RGB value is (90,96,193). Sum of RGB (Red+Green+Blue) = 90+96+193=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A60C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A60C1 is #A59F3E. Grayscale: #686868. Windows color (decimal): -10854207 or 12673114. OLE color: 12673114.
HSL color Cylindrical-coordinate representation of color #5A60C1: hue angle of 236.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A60C1 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 96 | 193 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.24 |
| HSL | 236.5º | 0.45% | 0.55% | - |
| HSV(B) | 236.5º | 0.53% | 0.76% | - |
| XYZ | 18.02 | 14.39 | 52.28 | - |
| YUV | 105.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 193 | 0.53 | 0.50 | 0 | 0.24 | 236.5 | 0.45 | 0.55 |
| Hex | 5A | 60 | C1 | 35 | 32 | 0 | 18 | ED | 2D | 37 |
| Octal | 132 | 140 | 301 | 65 | 62 | 0 | 30 | 355 | 55 | 67 |
| Binary | 1011010 | 1100000 | 11000001 | 110101 | 110010 | 0 | 11000 | 11101101 | 101101 | 110111 |
Color Harmonies of #5A60C1
Complementary color
Monochromatic Colors of #5A60C1
Black with #5A60C1
Text Example
Text Example
White with #5A60C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A60C1; }
p { color: rgb(90,96,193); }
H1.HeaderClassName
{
color: #5A60C1;
}
.AnyTagClassName
{
color: #5A60C1;
}
</style>
background-color css
<style>
a { background-color: #5A60C1; }
a { background-color: rgb(90,96,193); }
div.DivClassName
{
background-color: #5A60C1;
}
.BgClassName
{
background-color: #5A60C1;
}
</style>
border-color css
<style>
span { border-color: #5A60C1; }
span { border-color: rgb(90,96,193); }
td.TdClassName
{
border-color: #5A60C1;
}
.TagClassName
{
border-color: #5A60C1;
}
</style>