Shades of Rich Blue #5C51AA
Tints of Rich Blue #5C51AA
RGB
CMYK
RGB Variations
Color information
#5C51AA (or 0x5C51AA) is known color: Rich Blue. HEX triplet: 5C, 51 and AA. RGB value is (92,81,170). Sum of RGB (Red+Green+Blue) = 92+81+170=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C51AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C51AA is #A3AE55. Grayscale: #5E5E5E. Windows color (decimal): -10726998 or 11161948. OLE color: 11161948.
HSL color Cylindrical-coordinate representation of color #5C51AA: hue angle of 247.42º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C51AA is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 81 | 170 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.33 |
| HSL | 247.42º | 0.35% | 0.49% | - |
| HSV(B) | 247.42º | 0.52% | 0.67% | - |
| XYZ | 14.61 | 11.06 | 39.4 | - |
| YUV | 94.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 170 | 0.46 | 0.52 | 0 | 0.33 | 247.42 | 0.35 | 0.49 |
| Hex | 5C | 51 | AA | 2E | 34 | 0 | 21 | F7 | 23 | 31 |
| Octal | 134 | 121 | 252 | 56 | 64 | 0 | 41 | 367 | 43 | 61 |
| Binary | 1011100 | 1010001 | 10101010 | 101110 | 110100 | 0 | 100001 | 11110111 | 100011 | 110001 |
Color Harmonies of #5C51AA
Complementary color
Monochromatic Colors of #5C51AA
Black with #5C51AA
Text Example
Text Example
White with #5C51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C51AA; }
p { color: rgb(92,81,170); }
H1.HeaderClassName
{
color: #5C51AA;
}
.AnyTagClassName
{
color: #5C51AA;
}
</style>
background-color css
<style>
a { background-color: #5C51AA; }
a { background-color: rgb(92,81,170); }
div.DivClassName
{
background-color: #5C51AA;
}
.BgClassName
{
background-color: #5C51AA;
}
</style>
border-color css
<style>
span { border-color: #5C51AA; }
span { border-color: rgb(92,81,170); }
td.TdClassName
{
border-color: #5C51AA;
}
.TagClassName
{
border-color: #5C51AA;
}
</style>