Shades of Rich Blue #5B5CA4
Tints of Rich Blue #5B5CA4
RGB
CMYK
RGB Variations
Color information
#5B5CA4 (or 0x5B5CA4) is known color: Rich Blue. HEX triplet: 5B, 5C and A4. RGB value is (91,92,164). Sum of RGB (Red+Green+Blue) = 91+92+164=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 164 - color contains mainly: blue. Hex color #5B5CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5CA4 is #A4A35B. Grayscale: #636363. Windows color (decimal): -10789724 or 10771547. OLE color: 10771547.
HSL color Cylindrical-coordinate representation of color #5B5CA4: hue angle of 239.18º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B5CA4 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 92 | 164 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.36 |
| HSL | 239.18º | 0.29% | 0.5% | - |
| HSV(B) | 239.18º | 0.45% | 0.64% | - |
| XYZ | 14.84 | 12.56 | 36.76 | - |
| YUV | 99.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 164 | 0.45 | 0.44 | 0 | 0.36 | 239.18 | 0.29 | 0.5 |
| Hex | 5B | 5C | A4 | 2D | 2C | 0 | 24 | EF | 1D | 32 |
| Octal | 133 | 134 | 244 | 55 | 54 | 0 | 44 | 357 | 35 | 62 |
| Binary | 1011011 | 1011100 | 10100100 | 101101 | 101100 | 0 | 100100 | 11101111 | 11101 | 110010 |
Color Harmonies of #5B5CA4
Complementary color
Monochromatic Colors of #5B5CA4
Black with #5B5CA4
Text Example
Text Example
White with #5B5CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5CA4; }
p { color: rgb(91,92,164); }
H1.HeaderClassName
{
color: #5B5CA4;
}
.AnyTagClassName
{
color: #5B5CA4;
}
</style>
background-color css
<style>
a { background-color: #5B5CA4; }
a { background-color: rgb(91,92,164); }
div.DivClassName
{
background-color: #5B5CA4;
}
.BgClassName
{
background-color: #5B5CA4;
}
</style>
border-color css
<style>
span { border-color: #5B5CA4; }
span { border-color: rgb(91,92,164); }
td.TdClassName
{
border-color: #5B5CA4;
}
.TagClassName
{
border-color: #5B5CA4;
}
</style>