Shades of Rich Blue #5B539F
Tints of Rich Blue #5B539F
RGB
CMYK
RGB Variations
Color information
#5B539F (or 0x5B539F) is known color: Rich Blue. HEX triplet: 5B, 53 and 9F. RGB value is (91,83,159). Sum of RGB (Red+Green+Blue) = 91+83+159=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B539F is #A4AC60. Grayscale: #5D5D5D. Windows color (decimal): -10792033 or 10441563. OLE color: 10441563.
HSL color Cylindrical-coordinate representation of color #5B539F: hue angle of 246.32º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B539F is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 83 | 159 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.38 |
| HSL | 246.32º | 0.31% | 0.47% | - |
| HSV(B) | 246.32º | 0.48% | 0.62% | - |
| XYZ | 13.67 | 10.91 | 34.19 | - |
| YUV | 94.06 | 164.65 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 159 | 0.43 | 0.48 | 0 | 0.38 | 246.32 | 0.31 | 0.47 |
| Hex | 5B | 53 | 9F | 2B | 30 | 0 | 26 | F6 | 1F | 2F |
| Octal | 133 | 123 | 237 | 53 | 60 | 0 | 46 | 366 | 37 | 57 |
| Binary | 1011011 | 1010011 | 10011111 | 101011 | 110000 | 0 | 100110 | 11110110 | 11111 | 101111 |
Color Harmonies of #5B539F
Complementary color
Monochromatic Colors of #5B539F
Black with #5B539F
Text Example
Text Example
White with #5B539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B539F; }
p { color: rgb(91,83,159); }
H1.HeaderClassName
{
color: #5B539F;
}
.AnyTagClassName
{
color: #5B539F;
}
</style>
background-color css
<style>
a { background-color: #5B539F; }
a { background-color: rgb(91,83,159); }
div.DivClassName
{
background-color: #5B539F;
}
.BgClassName
{
background-color: #5B539F;
}
</style>
border-color css
<style>
span { border-color: #5B539F; }
span { border-color: rgb(91,83,159); }
td.TdClassName
{
border-color: #5B539F;
}
.TagClassName
{
border-color: #5B539F;
}
</style>