Shades of Rich Blue #5E60B3
Tints of Rich Blue #5E60B3
RGB
CMYK
RGB Variations
Color information
#5E60B3 (or 0x5E60B3) is known color: Rich Blue. HEX triplet: 5E, 60 and B3. RGB value is (94,96,179). Sum of RGB (Red+Green+Blue) = 94+96+179=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E60B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E60B3 is #A19F4C. Grayscale: #686868. Windows color (decimal): -10592077 or 11755614. OLE color: 11755614.
HSL color Cylindrical-coordinate representation of color #5E60B3: hue angle of 238.59º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E60B3 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 96 | 179 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.30 |
| HSL | 238.59º | 0.36% | 0.54% | - |
| HSV(B) | 238.59º | 0.47% | 0.7% | - |
| XYZ | 16.94 | 14 | 44.46 | - |
| YUV | 104.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 179 | 0.47 | 0.46 | 0 | 0.30 | 238.59 | 0.36 | 0.54 |
| Hex | 5E | 60 | B3 | 2F | 2E | 0 | 1E | EF | 24 | 36 |
| Octal | 136 | 140 | 263 | 57 | 56 | 0 | 36 | 357 | 44 | 66 |
| Binary | 1011110 | 1100000 | 10110011 | 101111 | 101110 | 0 | 11110 | 11101111 | 100100 | 110110 |
Color Harmonies of #5E60B3
Complementary color
Monochromatic Colors of #5E60B3
Black with #5E60B3
Text Example
Text Example
White with #5E60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E60B3; }
p { color: rgb(94,96,179); }
H1.HeaderClassName
{
color: #5E60B3;
}
.AnyTagClassName
{
color: #5E60B3;
}
</style>
background-color css
<style>
a { background-color: #5E60B3; }
a { background-color: rgb(94,96,179); }
div.DivClassName
{
background-color: #5E60B3;
}
.BgClassName
{
background-color: #5E60B3;
}
</style>
border-color css
<style>
span { border-color: #5E60B3; }
span { border-color: rgb(94,96,179); }
td.TdClassName
{
border-color: #5E60B3;
}
.TagClassName
{
border-color: #5E60B3;
}
</style>