Shades of Rich Blue #5C60B9
Tints of Rich Blue #5C60B9
RGB
CMYK
RGB Variations
Color information
#5C60B9 (or 0x5C60B9) is known color: Rich Blue. HEX triplet: 5C, 60 and B9. RGB value is (92,96,185). Sum of RGB (Red+Green+Blue) = 92+96+185=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #5C60B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C60B9 is #A39F46. Grayscale: #686868. Windows color (decimal): -10723143 or 12148828. OLE color: 12148828.
HSL color Cylindrical-coordinate representation of color #5C60B9: hue angle of 237.42º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C60B9 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 96 | 185 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.27 |
| HSL | 237.42º | 0.4% | 0.54% | - |
| HSV(B) | 237.42º | 0.5% | 0.73% | - |
| XYZ | 17.35 | 14.14 | 47.71 | - |
| YUV | 104.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 185 | 0.50 | 0.48 | 0 | 0.27 | 237.42 | 0.4 | 0.54 |
| Hex | 5C | 60 | B9 | 32 | 30 | 0 | 1B | ED | 28 | 36 |
| Octal | 134 | 140 | 271 | 62 | 60 | 0 | 33 | 355 | 50 | 66 |
| Binary | 1011100 | 1100000 | 10111001 | 110010 | 110000 | 0 | 11011 | 11101101 | 101000 | 110110 |
Color Harmonies of #5C60B9
Complementary color
Monochromatic Colors of #5C60B9
Black with #5C60B9
Text Example
Text Example
White with #5C60B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C60B9; }
p { color: rgb(92,96,185); }
H1.HeaderClassName
{
color: #5C60B9;
}
.AnyTagClassName
{
color: #5C60B9;
}
</style>
background-color css
<style>
a { background-color: #5C60B9; }
a { background-color: rgb(92,96,185); }
div.DivClassName
{
background-color: #5C60B9;
}
.BgClassName
{
background-color: #5C60B9;
}
</style>
border-color css
<style>
span { border-color: #5C60B9; }
span { border-color: rgb(92,96,185); }
td.TdClassName
{
border-color: #5C60B9;
}
.TagClassName
{
border-color: #5C60B9;
}
</style>