Shades of Rich Blue #5A60BC
Tints of Rich Blue #5A60BC
RGB
CMYK
RGB Variations
Color information
#5A60BC (or 0x5A60BC) is known color: Rich Blue. HEX triplet: 5A, 60 and BC. RGB value is (90,96,188). Sum of RGB (Red+Green+Blue) = 90+96+188=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A60BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A60BC is #A59F43. Grayscale: #686868. Windows color (decimal): -10854212 or 12345434. OLE color: 12345434.
HSL color Cylindrical-coordinate representation of color #5A60BC: hue angle of 236.33º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A60BC is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 96 | 188 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.26 |
| HSL | 236.33º | 0.42% | 0.55% | - |
| HSV(B) | 236.33º | 0.52% | 0.74% | - |
| XYZ | 17.48 | 14.17 | 49.39 | - |
| YUV | 104.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 188 | 0.52 | 0.49 | 0 | 0.26 | 236.33 | 0.42 | 0.55 |
| Hex | 5A | 60 | BC | 34 | 31 | 0 | 1A | EC | 2A | 37 |
| Octal | 132 | 140 | 274 | 64 | 61 | 0 | 32 | 354 | 52 | 67 |
| Binary | 1011010 | 1100000 | 10111100 | 110100 | 110001 | 0 | 11010 | 11101100 | 101010 | 110111 |
Color Harmonies of #5A60BC
Complementary color
Monochromatic Colors of #5A60BC
Black with #5A60BC
Text Example
Text Example
White with #5A60BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A60BC; }
p { color: rgb(90,96,188); }
H1.HeaderClassName
{
color: #5A60BC;
}
.AnyTagClassName
{
color: #5A60BC;
}
</style>
background-color css
<style>
a { background-color: #5A60BC; }
a { background-color: rgb(90,96,188); }
div.DivClassName
{
background-color: #5A60BC;
}
.BgClassName
{
background-color: #5A60BC;
}
</style>
border-color css
<style>
span { border-color: #5A60BC; }
span { border-color: rgb(90,96,188); }
td.TdClassName
{
border-color: #5A60BC;
}
.TagClassName
{
border-color: #5A60BC;
}
</style>