Shades of Rich Blue #5A5FB6
Tints of Rich Blue #5A5FB6
RGB
CMYK
RGB Variations
Color information
#5A5FB6 (or 0x5A5FB6) is known color: Rich Blue. HEX triplet: 5A, 5F and B6. RGB value is (90,95,182). Sum of RGB (Red+Green+Blue) = 90+95+182=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #5A5FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5FB6 is #A5A049. Grayscale: #676767. Windows color (decimal): -10854474 or 11951962. OLE color: 11951962.
HSL color Cylindrical-coordinate representation of color #5A5FB6: hue angle of 236.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A5FB6 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 95 | 182 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.29 |
| HSL | 236.74º | 0.39% | 0.53% | - |
| HSV(B) | 236.74º | 0.51% | 0.71% | - |
| XYZ | 16.75 | 13.74 | 46.02 | - |
| YUV | 103.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 182 | 0.51 | 0.48 | 0 | 0.29 | 236.74 | 0.39 | 0.53 |
| Hex | 5A | 5F | B6 | 33 | 30 | 0 | 1D | ED | 27 | 35 |
| Octal | 132 | 137 | 266 | 63 | 60 | 0 | 35 | 355 | 47 | 65 |
| Binary | 1011010 | 1011111 | 10110110 | 110011 | 110000 | 0 | 11101 | 11101101 | 100111 | 110101 |
Color Harmonies of #5A5FB6
Complementary color
Monochromatic Colors of #5A5FB6
Black with #5A5FB6
Text Example
Text Example
White with #5A5FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5FB6; }
p { color: rgb(90,95,182); }
H1.HeaderClassName
{
color: #5A5FB6;
}
.AnyTagClassName
{
color: #5A5FB6;
}
</style>
background-color css
<style>
a { background-color: #5A5FB6; }
a { background-color: rgb(90,95,182); }
div.DivClassName
{
background-color: #5A5FB6;
}
.BgClassName
{
background-color: #5A5FB6;
}
</style>
border-color css
<style>
span { border-color: #5A5FB6; }
span { border-color: rgb(90,95,182); }
td.TdClassName
{
border-color: #5A5FB6;
}
.TagClassName
{
border-color: #5A5FB6;
}
</style>