Shades of Rich Blue #5A5CBA
Tints of Rich Blue #5A5CBA
RGB
CMYK
RGB Variations
Color information
#5A5CBA (or 0x5A5CBA) is known color: Rich Blue. HEX triplet: 5A, 5C and BA. RGB value is (90,92,186). Sum of RGB (Red+Green+Blue) = 90+92+186=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A5CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5CBA is #A5A345. Grayscale: #656565. Windows color (decimal): -10855238 or 12213338. OLE color: 12213338.
HSL color Cylindrical-coordinate representation of color #5A5CBA: hue angle of 238.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A5CBA is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 92 | 186 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.27 |
| HSL | 238.75º | 0.41% | 0.54% | - |
| HSV(B) | 238.75º | 0.52% | 0.73% | - |
| XYZ | 16.91 | 13.37 | 48.14 | - |
| YUV | 102.12 | 175.34 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 186 | 0.52 | 0.51 | 0 | 0.27 | 238.75 | 0.41 | 0.54 |
| Hex | 5A | 5C | BA | 34 | 33 | 0 | 1B | EF | 29 | 36 |
| Octal | 132 | 134 | 272 | 64 | 63 | 0 | 33 | 357 | 51 | 66 |
| Binary | 1011010 | 1011100 | 10111010 | 110100 | 110011 | 0 | 11011 | 11101111 | 101001 | 110110 |
Color Harmonies of #5A5CBA
Complementary color
Monochromatic Colors of #5A5CBA
Black with #5A5CBA
Text Example
Text Example
White with #5A5CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5CBA; }
p { color: rgb(90,92,186); }
H1.HeaderClassName
{
color: #5A5CBA;
}
.AnyTagClassName
{
color: #5A5CBA;
}
</style>
background-color css
<style>
a { background-color: #5A5CBA; }
a { background-color: rgb(90,92,186); }
div.DivClassName
{
background-color: #5A5CBA;
}
.BgClassName
{
background-color: #5A5CBA;
}
</style>
border-color css
<style>
span { border-color: #5A5CBA; }
span { border-color: rgb(90,92,186); }
td.TdClassName
{
border-color: #5A5CBA;
}
.TagClassName
{
border-color: #5A5CBA;
}
</style>