Shades of Rich Blue #5F4FA2
Tints of Rich Blue #5F4FA2
RGB
CMYK
RGB Variations
Color information
#5F4FA2 (or 0x5F4FA2) is known color: Rich Blue. HEX triplet: 5F, 4F and A2. RGB value is (95,79,162). Sum of RGB (Red+Green+Blue) = 95+79+162=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #5F4FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4FA2 is #A0B05D. Grayscale: #5C5C5C. Windows color (decimal): -10530910 or 10637151. OLE color: 10637151.
HSL color Cylindrical-coordinate representation of color #5F4FA2: hue angle of 251.57º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F4FA2 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 79 | 162 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.36 |
| HSL | 251.57º | 0.34% | 0.47% | - |
| HSV(B) | 251.57º | 0.51% | 0.64% | - |
| XYZ | 14.04 | 10.63 | 35.5 | - |
| YUV | 93.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 162 | 0.41 | 0.51 | 0 | 0.36 | 251.57 | 0.34 | 0.47 |
| Hex | 5F | 4F | A2 | 29 | 33 | 0 | 24 | FC | 22 | 2F |
| Octal | 137 | 117 | 242 | 51 | 63 | 0 | 44 | 374 | 42 | 57 |
| Binary | 1011111 | 1001111 | 10100010 | 101001 | 110011 | 0 | 100100 | 11111100 | 100010 | 101111 |
Color Harmonies of #5F4FA2
Complementary color
Monochromatic Colors of #5F4FA2
Black with #5F4FA2
Text Example
Text Example
White with #5F4FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4FA2; }
p { color: rgb(95,79,162); }
H1.HeaderClassName
{
color: #5F4FA2;
}
.AnyTagClassName
{
color: #5F4FA2;
}
</style>
background-color css
<style>
a { background-color: #5F4FA2; }
a { background-color: rgb(95,79,162); }
div.DivClassName
{
background-color: #5F4FA2;
}
.BgClassName
{
background-color: #5F4FA2;
}
</style>
border-color css
<style>
span { border-color: #5F4FA2; }
span { border-color: rgb(95,79,162); }
td.TdClassName
{
border-color: #5F4FA2;
}
.TagClassName
{
border-color: #5F4FA2;
}
</style>