Shades of Rich Blue #5F58AA
Tints of Rich Blue #5F58AA
RGB
CMYK
RGB Variations
Color information
#5F58AA (or 0x5F58AA) is known color: Rich Blue. HEX triplet: 5F, 58 and AA. RGB value is (95,88,170). Sum of RGB (Red+Green+Blue) = 95+88+170=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F58AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F58AA is #A0A755. Grayscale: #636363. Windows color (decimal): -10528598 or 11163743. OLE color: 11163743.
HSL color Cylindrical-coordinate representation of color #5F58AA: hue angle of 245.12º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F58AA is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 88 | 170 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.33 |
| HSL | 245.12º | 0.33% | 0.51% | - |
| HSV(B) | 245.12º | 0.48% | 0.67% | - |
| XYZ | 15.46 | 12.31 | 39.59 | - |
| YUV | 99.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 170 | 0.44 | 0.48 | 0 | 0.33 | 245.12 | 0.33 | 0.51 |
| Hex | 5F | 58 | AA | 2C | 30 | 0 | 21 | F5 | 21 | 33 |
| Octal | 137 | 130 | 252 | 54 | 60 | 0 | 41 | 365 | 41 | 63 |
| Binary | 1011111 | 1011000 | 10101010 | 101100 | 110000 | 0 | 100001 | 11110101 | 100001 | 110011 |
Color Harmonies of #5F58AA
Complementary color
Monochromatic Colors of #5F58AA
Black with #5F58AA
Text Example
Text Example
White with #5F58AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F58AA; }
p { color: rgb(95,88,170); }
H1.HeaderClassName
{
color: #5F58AA;
}
.AnyTagClassName
{
color: #5F58AA;
}
</style>
background-color css
<style>
a { background-color: #5F58AA; }
a { background-color: rgb(95,88,170); }
div.DivClassName
{
background-color: #5F58AA;
}
.BgClassName
{
background-color: #5F58AA;
}
</style>
border-color css
<style>
span { border-color: #5F58AA; }
span { border-color: rgb(95,88,170); }
td.TdClassName
{
border-color: #5F58AA;
}
.TagClassName
{
border-color: #5F58AA;
}
</style>