Shades of Rich Blue #5B5CB6
Tints of Rich Blue #5B5CB6
RGB
CMYK
RGB Variations
Color information
#5B5CB6 (or 0x5B5CB6) is known color: Rich Blue. HEX triplet: 5B, 5C and B6. RGB value is (91,92,182). Sum of RGB (Red+Green+Blue) = 91+92+182=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #5B5CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5CB6 is #A4A349. Grayscale: #656565. Windows color (decimal): -10789706 or 11951195. OLE color: 11951195.
HSL color Cylindrical-coordinate representation of color #5B5CB6: hue angle of 239.34º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B5CB6 is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 92 | 182 | - |
| CMYK | 0.5 | 0.49 | 0 | 0.29 |
| HSL | 239.34º | 0.38% | 0.54% | - |
| HSV(B) | 239.34º | 0.5% | 0.71% | - |
| XYZ | 16.59 | 13.26 | 45.94 | - |
| YUV | 101.96 | 173.17 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 182 | 0.5 | 0.49 | 0 | 0.29 | 239.34 | 0.38 | 0.54 |
| Hex | 5B | 5C | B6 | 32 | 31 | 0 | 1D | EF | 26 | 36 |
| Octal | 133 | 134 | 266 | 62 | 61 | 0 | 35 | 357 | 46 | 66 |
| Binary | 1011011 | 1011100 | 10110110 | 110010 | 110001 | 0 | 11101 | 11101111 | 100110 | 110110 |
Color Harmonies of #5B5CB6
Complementary color
Monochromatic Colors of #5B5CB6
Black with #5B5CB6
Text Example
Text Example
White with #5B5CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5CB6; }
p { color: rgb(91,92,182); }
H1.HeaderClassName
{
color: #5B5CB6;
}
.AnyTagClassName
{
color: #5B5CB6;
}
</style>
background-color css
<style>
a { background-color: #5B5CB6; }
a { background-color: rgb(91,92,182); }
div.DivClassName
{
background-color: #5B5CB6;
}
.BgClassName
{
background-color: #5B5CB6;
}
</style>
border-color css
<style>
span { border-color: #5B5CB6; }
span { border-color: rgb(91,92,182); }
td.TdClassName
{
border-color: #5B5CB6;
}
.TagClassName
{
border-color: #5B5CB6;
}
</style>