Shades of Rich Blue #5C5AAF
Tints of Rich Blue #5C5AAF
RGB
CMYK
RGB Variations
Color information
#5C5AAF (or 0x5C5AAF) is known color: Rich Blue. HEX triplet: 5C, 5A and AF. RGB value is (92,90,175). Sum of RGB (Red+Green+Blue) = 92+90+175=357 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.77% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C5AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5AAF is #A3A550. Grayscale: #636363. Windows color (decimal): -10724689 or 11491932. OLE color: 11491932.
HSL color Cylindrical-coordinate representation of color #5C5AAF: hue angle of 241.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C5AAF is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 90 | 175 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.31 |
| HSL | 241.41º | 0.35% | 0.52% | - |
| HSV(B) | 241.41º | 0.49% | 0.69% | - |
| XYZ | 15.81 | 12.68 | 42.17 | - |
| YUV | 100.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 175 | 0.47 | 0.49 | 0 | 0.31 | 241.41 | 0.35 | 0.52 |
| Hex | 5C | 5A | AF | 2F | 31 | 0 | 1F | F1 | 23 | 34 |
| Octal | 134 | 132 | 257 | 57 | 61 | 0 | 37 | 361 | 43 | 64 |
| Binary | 1011100 | 1011010 | 10101111 | 101111 | 110001 | 0 | 11111 | 11110001 | 100011 | 110100 |
Color Harmonies of #5C5AAF
Complementary color
Monochromatic Colors of #5C5AAF
Black with #5C5AAF
Text Example
Text Example
White with #5C5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5AAF; }
p { color: rgb(92,90,175); }
H1.HeaderClassName
{
color: #5C5AAF;
}
.AnyTagClassName
{
color: #5C5AAF;
}
</style>
background-color css
<style>
a { background-color: #5C5AAF; }
a { background-color: rgb(92,90,175); }
div.DivClassName
{
background-color: #5C5AAF;
}
.BgClassName
{
background-color: #5C5AAF;
}
</style>
border-color css
<style>
span { border-color: #5C5AAF; }
span { border-color: rgb(92,90,175); }
td.TdClassName
{
border-color: #5C5AAF;
}
.TagClassName
{
border-color: #5C5AAF;
}
</style>