Shades of Rich Blue #5B5ABD
Tints of Rich Blue #5B5ABD
RGB
CMYK
RGB Variations
Color information
#5B5ABD (or 0x5B5ABD) is known color: Rich Blue. HEX triplet: 5B, 5A and BD. RGB value is (91,90,189). Sum of RGB (Red+Green+Blue) = 91+90+189=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B5ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5ABD is #A4A542. Grayscale: #656565. Windows color (decimal): -10790211 or 12409435. OLE color: 12409435.
HSL color Cylindrical-coordinate representation of color #5B5ABD: hue angle of 240.61º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B5ABD is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 90 | 189 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.26 |
| HSL | 240.61º | 0.43% | 0.55% | - |
| HSV(B) | 240.61º | 0.52% | 0.74% | - |
| XYZ | 17.16 | 13.21 | 49.79 | - |
| YUV | 101.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 189 | 0.52 | 0.52 | 0 | 0.26 | 240.61 | 0.43 | 0.55 |
| Hex | 5B | 5A | BD | 34 | 34 | 0 | 1A | F1 | 2B | 37 |
| Octal | 133 | 132 | 275 | 64 | 64 | 0 | 32 | 361 | 53 | 67 |
| Binary | 1011011 | 1011010 | 10111101 | 110100 | 110100 | 0 | 11010 | 11110001 | 101011 | 110111 |
Color Harmonies of #5B5ABD
Complementary color
Monochromatic Colors of #5B5ABD
Black with #5B5ABD
Text Example
Text Example
White with #5B5ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5ABD; }
p { color: rgb(91,90,189); }
H1.HeaderClassName
{
color: #5B5ABD;
}
.AnyTagClassName
{
color: #5B5ABD;
}
</style>
background-color css
<style>
a { background-color: #5B5ABD; }
a { background-color: rgb(91,90,189); }
div.DivClassName
{
background-color: #5B5ABD;
}
.BgClassName
{
background-color: #5B5ABD;
}
</style>
border-color css
<style>
span { border-color: #5B5ABD; }
span { border-color: rgb(91,90,189); }
td.TdClassName
{
border-color: #5B5ABD;
}
.TagClassName
{
border-color: #5B5ABD;
}
</style>