Shades of Rich Blue #5B5CAE
Tints of Rich Blue #5B5CAE
RGB
CMYK
RGB Variations
Color information
#5B5CAE (or 0x5B5CAE) is known color: Rich Blue. HEX triplet: 5B, 5C and AE. RGB value is (91,92,174). Sum of RGB (Red+Green+Blue) = 91+92+174=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B5CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5CAE is #A4A351. Grayscale: #646464. Windows color (decimal): -10789714 or 11426907. OLE color: 11426907.
HSL color Cylindrical-coordinate representation of color #5B5CAE: hue angle of 239.28º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B5CAE is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 92 | 174 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.32 |
| HSL | 239.28º | 0.34% | 0.52% | - |
| HSV(B) | 239.28º | 0.48% | 0.68% | - |
| XYZ | 15.78 | 12.93 | 41.71 | - |
| YUV | 101.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 174 | 0.48 | 0.47 | 0 | 0.32 | 239.28 | 0.34 | 0.52 |
| Hex | 5B | 5C | AE | 30 | 2F | 0 | 20 | EF | 22 | 34 |
| Octal | 133 | 134 | 256 | 60 | 57 | 0 | 40 | 357 | 42 | 64 |
| Binary | 1011011 | 1011100 | 10101110 | 110000 | 101111 | 0 | 100000 | 11101111 | 100010 | 110100 |
Color Harmonies of #5B5CAE
Complementary color
Monochromatic Colors of #5B5CAE
Black with #5B5CAE
Text Example
Text Example
White with #5B5CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5CAE; }
p { color: rgb(91,92,174); }
H1.HeaderClassName
{
color: #5B5CAE;
}
.AnyTagClassName
{
color: #5B5CAE;
}
</style>
background-color css
<style>
a { background-color: #5B5CAE; }
a { background-color: rgb(91,92,174); }
div.DivClassName
{
background-color: #5B5CAE;
}
.BgClassName
{
background-color: #5B5CAE;
}
</style>
border-color css
<style>
span { border-color: #5B5CAE; }
span { border-color: rgb(91,92,174); }
td.TdClassName
{
border-color: #5B5CAE;
}
.TagClassName
{
border-color: #5B5CAE;
}
</style>