Shades of Rich Blue #5A5FBD
Tints of Rich Blue #5A5FBD
RGB
CMYK
RGB Variations
Color information
#5A5FBD (or 0x5A5FBD) is known color: Rich Blue. HEX triplet: 5A, 5F and BD. RGB value is (90,95,189). Sum of RGB (Red+Green+Blue) = 90+95+189=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A5FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5FBD is #A5A042. Grayscale: #676767. Windows color (decimal): -10854467 or 12410714. OLE color: 12410714.
HSL color Cylindrical-coordinate representation of color #5A5FBD: hue angle of 236.97º 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 #5A5FBD is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 95 | 189 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.26 |
| HSL | 236.97º | 0.43% | 0.55% | - |
| HSV(B) | 236.97º | 0.52% | 0.74% | - |
| XYZ | 17.49 | 14.03 | 49.93 | - |
| YUV | 104.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 189 | 0.52 | 0.50 | 0 | 0.26 | 236.97 | 0.43 | 0.55 |
| Hex | 5A | 5F | BD | 34 | 32 | 0 | 1A | ED | 2B | 37 |
| Octal | 132 | 137 | 275 | 64 | 62 | 0 | 32 | 355 | 53 | 67 |
| Binary | 1011010 | 1011111 | 10111101 | 110100 | 110010 | 0 | 11010 | 11101101 | 101011 | 110111 |
Color Harmonies of #5A5FBD
Complementary color
Monochromatic Colors of #5A5FBD
Black with #5A5FBD
Text Example
Text Example
White with #5A5FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5FBD; }
p { color: rgb(90,95,189); }
H1.HeaderClassName
{
color: #5A5FBD;
}
.AnyTagClassName
{
color: #5A5FBD;
}
</style>
background-color css
<style>
a { background-color: #5A5FBD; }
a { background-color: rgb(90,95,189); }
div.DivClassName
{
background-color: #5A5FBD;
}
.BgClassName
{
background-color: #5A5FBD;
}
</style>
border-color css
<style>
span { border-color: #5A5FBD; }
span { border-color: rgb(90,95,189); }
td.TdClassName
{
border-color: #5A5FBD;
}
.TagClassName
{
border-color: #5A5FBD;
}
</style>