Shades of Rich Blue #5B5CAC
Tints of Rich Blue #5B5CAC
RGB
CMYK
RGB Variations
Color information
#5B5CAC (or 0x5B5CAC) is known color: Rich Blue. HEX triplet: 5B, 5C and AC. RGB value is (91,92,172). Sum of RGB (Red+Green+Blue) = 91+92+172=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5CAC is #A4A353. Grayscale: #646464. Windows color (decimal): -10789716 or 11295835. OLE color: 11295835.
HSL color Cylindrical-coordinate representation of color #5B5CAC: hue angle of 239.26º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B5CAC is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 92 | 172 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.33 |
| HSL | 239.26º | 0.33% | 0.52% | - |
| HSV(B) | 239.26º | 0.47% | 0.67% | - |
| XYZ | 15.59 | 12.86 | 40.69 | - |
| YUV | 100.82 | 168.17 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 172 | 0.47 | 0.47 | 0 | 0.33 | 239.26 | 0.33 | 0.52 |
| Hex | 5B | 5C | AC | 2F | 2F | 0 | 21 | EF | 21 | 34 |
| Octal | 133 | 134 | 254 | 57 | 57 | 0 | 41 | 357 | 41 | 64 |
| Binary | 1011011 | 1011100 | 10101100 | 101111 | 101111 | 0 | 100001 | 11101111 | 100001 | 110100 |
Color Harmonies of #5B5CAC
Complementary color
Monochromatic Colors of #5B5CAC
Black with #5B5CAC
Text Example
Text Example
White with #5B5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5CAC; }
p { color: rgb(91,92,172); }
H1.HeaderClassName
{
color: #5B5CAC;
}
.AnyTagClassName
{
color: #5B5CAC;
}
</style>
background-color css
<style>
a { background-color: #5B5CAC; }
a { background-color: rgb(91,92,172); }
div.DivClassName
{
background-color: #5B5CAC;
}
.BgClassName
{
background-color: #5B5CAC;
}
</style>
border-color css
<style>
span { border-color: #5B5CAC; }
span { border-color: rgb(91,92,172); }
td.TdClassName
{
border-color: #5B5CAC;
}
.TagClassName
{
border-color: #5B5CAC;
}
</style>