Shades of Rich Blue #5C54BB
Tints of Rich Blue #5C54BB
RGB
CMYK
RGB Variations
Color information
#5C54BB (or 0x5C54BB) is known color: Rich Blue. HEX triplet: 5C, 54 and BB. RGB value is (92,84,187). Sum of RGB (Red+Green+Blue) = 92+84+187=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C54BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C54BB is #A3AB44. Grayscale: #616161. Windows color (decimal): -10726213 or 12276828. OLE color: 12276828.
HSL color Cylindrical-coordinate representation of color #5C54BB: hue angle of 244.66º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C54BB is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 84 | 187 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.27 |
| HSL | 244.66º | 0.43% | 0.53% | - |
| HSV(B) | 244.66º | 0.55% | 0.73% | - |
| XYZ | 16.55 | 12.2 | 48.5 | - |
| YUV | 98.13 | 178.15 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 187 | 0.51 | 0.55 | 0 | 0.27 | 244.66 | 0.43 | 0.53 |
| Hex | 5C | 54 | BB | 33 | 37 | 0 | 1B | F5 | 2B | 35 |
| Octal | 134 | 124 | 273 | 63 | 67 | 0 | 33 | 365 | 53 | 65 |
| Binary | 1011100 | 1010100 | 10111011 | 110011 | 110111 | 0 | 11011 | 11110101 | 101011 | 110101 |
Color Harmonies of #5C54BB
Complementary color
Monochromatic Colors of #5C54BB
Black with #5C54BB
Text Example
Text Example
White with #5C54BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C54BB; }
p { color: rgb(92,84,187); }
H1.HeaderClassName
{
color: #5C54BB;
}
.AnyTagClassName
{
color: #5C54BB;
}
</style>
background-color css
<style>
a { background-color: #5C54BB; }
a { background-color: rgb(92,84,187); }
div.DivClassName
{
background-color: #5C54BB;
}
.BgClassName
{
background-color: #5C54BB;
}
</style>
border-color css
<style>
span { border-color: #5C54BB; }
span { border-color: rgb(92,84,187); }
td.TdClassName
{
border-color: #5C54BB;
}
.TagClassName
{
border-color: #5C54BB;
}
</style>