Shades of Rich Blue #5C57BE
Tints of Rich Blue #5C57BE
RGB
CMYK
RGB Variations
Color information
#5C57BE (or 0x5C57BE) is known color: Rich Blue. HEX triplet: 5C, 57 and BE. RGB value is (92,87,190). Sum of RGB (Red+Green+Blue) = 92+87+190=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C57BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C57BE is #A3A841. Grayscale: #636363. Windows color (decimal): -10725442 or 12474204. OLE color: 12474204.
HSL color Cylindrical-coordinate representation of color #5C57BE: hue angle of 242.91º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C57BE is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 87 | 190 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.25 |
| HSL | 242.91º | 0.44% | 0.54% | - |
| HSV(B) | 242.91º | 0.54% | 0.75% | - |
| XYZ | 17.12 | 12.81 | 50.29 | - |
| YUV | 100.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 87 | 190 | 0.52 | 0.54 | 0 | 0.25 | 242.91 | 0.44 | 0.54 |
| Hex | 5C | 57 | BE | 34 | 36 | 0 | 19 | F3 | 2C | 36 |
| Octal | 134 | 127 | 276 | 64 | 66 | 0 | 31 | 363 | 54 | 66 |
| Binary | 1011100 | 1010111 | 10111110 | 110100 | 110110 | 0 | 11001 | 11110011 | 101100 | 110110 |
Color Harmonies of #5C57BE
Complementary color
Monochromatic Colors of #5C57BE
Black with #5C57BE
Text Example
Text Example
White with #5C57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C57BE; }
p { color: rgb(92,87,190); }
H1.HeaderClassName
{
color: #5C57BE;
}
.AnyTagClassName
{
color: #5C57BE;
}
</style>
background-color css
<style>
a { background-color: #5C57BE; }
a { background-color: rgb(92,87,190); }
div.DivClassName
{
background-color: #5C57BE;
}
.BgClassName
{
background-color: #5C57BE;
}
</style>
border-color css
<style>
span { border-color: #5C57BE; }
span { border-color: rgb(92,87,190); }
td.TdClassName
{
border-color: #5C57BE;
}
.TagClassName
{
border-color: #5C57BE;
}
</style>