Shades of Rich Blue #5C54AC
Tints of Rich Blue #5C54AC
RGB
CMYK
RGB Variations
Color information
#5C54AC (or 0x5C54AC) is known color: Rich Blue. HEX triplet: 5C, 54 and AC. RGB value is (92,84,172). Sum of RGB (Red+Green+Blue) = 92+84+172=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C54AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C54AC is #A3AB53. Grayscale: #606060. Windows color (decimal): -10726228 or 11293788. OLE color: 11293788.
HSL color Cylindrical-coordinate representation of color #5C54AC: hue angle of 245.45º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C54AC is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 84 | 172 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.33 |
| HSL | 245.45º | 0.35% | 0.5% | - |
| HSV(B) | 245.45º | 0.51% | 0.67% | - |
| XYZ | 15.03 | 11.59 | 40.48 | - |
| YUV | 96.42 | 170.65 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 172 | 0.47 | 0.51 | 0 | 0.33 | 245.45 | 0.35 | 0.5 |
| Hex | 5C | 54 | AC | 2F | 33 | 0 | 21 | F5 | 23 | 32 |
| Octal | 134 | 124 | 254 | 57 | 63 | 0 | 41 | 365 | 43 | 62 |
| Binary | 1011100 | 1010100 | 10101100 | 101111 | 110011 | 0 | 100001 | 11110101 | 100011 | 110010 |
Color Harmonies of #5C54AC
Complementary color
Monochromatic Colors of #5C54AC
Black with #5C54AC
Text Example
Text Example
White with #5C54AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C54AC; }
p { color: rgb(92,84,172); }
H1.HeaderClassName
{
color: #5C54AC;
}
.AnyTagClassName
{
color: #5C54AC;
}
</style>
background-color css
<style>
a { background-color: #5C54AC; }
a { background-color: rgb(92,84,172); }
div.DivClassName
{
background-color: #5C54AC;
}
.BgClassName
{
background-color: #5C54AC;
}
</style>
border-color css
<style>
span { border-color: #5C54AC; }
span { border-color: rgb(92,84,172); }
td.TdClassName
{
border-color: #5C54AC;
}
.TagClassName
{
border-color: #5C54AC;
}
</style>