Shades of Rich Blue #5F5DAC
Tints of Rich Blue #5F5DAC
RGB
CMYK
RGB Variations
Color information
#5F5DAC (or 0x5F5DAC) is known color: Rich Blue. HEX triplet: 5F, 5D and AC. RGB value is (95,93,172). Sum of RGB (Red+Green+Blue) = 95+93+172=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F5DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5DAC is #A0A253. Grayscale: #666666. Windows color (decimal): -10527316 or 11296095. OLE color: 11296095.
HSL color Cylindrical-coordinate representation of color #5F5DAC: hue angle of 241.52º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F5DAC is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 93 | 172 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.33 |
| HSL | 241.52º | 0.32% | 0.52% | - |
| HSV(B) | 241.52º | 0.46% | 0.67% | - |
| XYZ | 16.08 | 13.24 | 40.74 | - |
| YUV | 102.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 172 | 0.45 | 0.46 | 0 | 0.33 | 241.52 | 0.32 | 0.52 |
| Hex | 5F | 5D | AC | 2D | 2E | 0 | 21 | F2 | 20 | 34 |
| Octal | 137 | 135 | 254 | 55 | 56 | 0 | 41 | 362 | 40 | 64 |
| Binary | 1011111 | 1011101 | 10101100 | 101101 | 101110 | 0 | 100001 | 11110010 | 100000 | 110100 |
Color Harmonies of #5F5DAC
Complementary color
Monochromatic Colors of #5F5DAC
Black with #5F5DAC
Text Example
Text Example
White with #5F5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5DAC; }
p { color: rgb(95,93,172); }
H1.HeaderClassName
{
color: #5F5DAC;
}
.AnyTagClassName
{
color: #5F5DAC;
}
</style>
background-color css
<style>
a { background-color: #5F5DAC; }
a { background-color: rgb(95,93,172); }
div.DivClassName
{
background-color: #5F5DAC;
}
.BgClassName
{
background-color: #5F5DAC;
}
</style>
border-color css
<style>
span { border-color: #5F5DAC; }
span { border-color: rgb(95,93,172); }
td.TdClassName
{
border-color: #5F5DAC;
}
.TagClassName
{
border-color: #5F5DAC;
}
</style>