Shades of Rich Blue #5C5CAB
Tints of Rich Blue #5C5CAB
RGB
CMYK
RGB Variations
Color information
#5C5CAB (or 0x5C5CAB) is known color: Rich Blue. HEX triplet: 5C, 5C and AB. RGB value is (92,92,171). Sum of RGB (Red+Green+Blue) = 92+92+171=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C5CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5CAB is #A3A354. Grayscale: #646464. Windows color (decimal): -10724181 or 11230300. OLE color: 11230300.
HSL color Cylindrical-coordinate representation of color #5C5CAB: hue angle of 240º 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 #5C5CAB is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 92 | 171 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.33 |
| HSL | 240º | 0.32% | 0.52% | - |
| HSV(B) | 240º | 0.46% | 0.67% | - |
| XYZ | 15.59 | 12.87 | 40.19 | - |
| YUV | 101.01 | 167.5 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 92 | 171 | 0.46 | 0.46 | 0 | 0.33 | 240 | 0.32 | 0.52 |
| Hex | 5C | 5C | AB | 2E | 2E | 0 | 21 | F0 | 20 | 34 |
| Octal | 134 | 134 | 253 | 56 | 56 | 0 | 41 | 360 | 40 | 64 |
| Binary | 1011100 | 1011100 | 10101011 | 101110 | 101110 | 0 | 100001 | 11110000 | 100000 | 110100 |
Color Harmonies of #5C5CAB
Complementary color
Monochromatic Colors of #5C5CAB
Black with #5C5CAB
Text Example
Text Example
White with #5C5CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5CAB; }
p { color: rgb(92,92,171); }
H1.HeaderClassName
{
color: #5C5CAB;
}
.AnyTagClassName
{
color: #5C5CAB;
}
</style>
background-color css
<style>
a { background-color: #5C5CAB; }
a { background-color: rgb(92,92,171); }
div.DivClassName
{
background-color: #5C5CAB;
}
.BgClassName
{
background-color: #5C5CAB;
}
</style>
border-color css
<style>
span { border-color: #5C5CAB; }
span { border-color: rgb(92,92,171); }
td.TdClassName
{
border-color: #5C5CAB;
}
.TagClassName
{
border-color: #5C5CAB;
}
</style>