Shades of Rich Blue #5A5BBD
Tints of Rich Blue #5A5BBD
RGB
CMYK
RGB Variations
Color information
#5A5BBD (or 0x5A5BBD) is known color: Rich Blue. HEX triplet: 5A, 5B and BD. RGB value is (90,91,189). Sum of RGB (Red+Green+Blue) = 90+91+189=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 91 (35.94% from 255 or 24.59% 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 #5A5BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5BBD is #A5A442. Grayscale: #656565. Windows color (decimal): -10855491 or 12409690. OLE color: 12409690.
HSL color Cylindrical-coordinate representation of color #5A5BBD: hue angle of 239.39º 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 #5A5BBD is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 91 | 189 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.26 |
| HSL | 239.39º | 0.43% | 0.55% | - |
| HSV(B) | 239.39º | 0.52% | 0.74% | - |
| XYZ | 17.14 | 13.33 | 49.81 | - |
| YUV | 101.87 | 177.17 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 189 | 0.52 | 0.52 | 0 | 0.26 | 239.39 | 0.43 | 0.55 |
| Hex | 5A | 5B | BD | 34 | 34 | 0 | 1A | EF | 2B | 37 |
| Octal | 132 | 133 | 275 | 64 | 64 | 0 | 32 | 357 | 53 | 67 |
| Binary | 1011010 | 1011011 | 10111101 | 110100 | 110100 | 0 | 11010 | 11101111 | 101011 | 110111 |
Color Harmonies of #5A5BBD
Complementary color
Monochromatic Colors of #5A5BBD
Black with #5A5BBD
Text Example
Text Example
White with #5A5BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5BBD; }
p { color: rgb(90,91,189); }
H1.HeaderClassName
{
color: #5A5BBD;
}
.AnyTagClassName
{
color: #5A5BBD;
}
</style>
background-color css
<style>
a { background-color: #5A5BBD; }
a { background-color: rgb(90,91,189); }
div.DivClassName
{
background-color: #5A5BBD;
}
.BgClassName
{
background-color: #5A5BBD;
}
</style>
border-color css
<style>
span { border-color: #5A5BBD; }
span { border-color: rgb(90,91,189); }
td.TdClassName
{
border-color: #5A5BBD;
}
.TagClassName
{
border-color: #5A5BBD;
}
</style>