Shades of Rich Blue #5C53AF
Tints of Rich Blue #5C53AF
RGB
CMYK
RGB Variations
Color information
#5C53AF (or 0x5C53AF) is known color: Rich Blue. HEX triplet: 5C, 53 and AF. RGB value is (92,83,175). Sum of RGB (Red+Green+Blue) = 92+83+175=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C53AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C53AF is #A3AC50. Grayscale: #5F5F5F. Windows color (decimal): -10726481 or 11490140. OLE color: 11490140.
HSL color Cylindrical-coordinate representation of color #5C53AF: hue angle of 245.87º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C53AF is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 83 | 175 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.31 |
| HSL | 245.87º | 0.37% | 0.51% | - |
| HSV(B) | 245.87º | 0.53% | 0.69% | - |
| XYZ | 15.24 | 11.56 | 41.98 | - |
| YUV | 96.18 | 172.48 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 175 | 0.47 | 0.53 | 0 | 0.31 | 245.87 | 0.37 | 0.51 |
| Hex | 5C | 53 | AF | 2F | 35 | 0 | 1F | F6 | 25 | 33 |
| Octal | 134 | 123 | 257 | 57 | 65 | 0 | 37 | 366 | 45 | 63 |
| Binary | 1011100 | 1010011 | 10101111 | 101111 | 110101 | 0 | 11111 | 11110110 | 100101 | 110011 |
Color Harmonies of #5C53AF
Complementary color
Monochromatic Colors of #5C53AF
Black with #5C53AF
Text Example
Text Example
White with #5C53AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C53AF; }
p { color: rgb(92,83,175); }
H1.HeaderClassName
{
color: #5C53AF;
}
.AnyTagClassName
{
color: #5C53AF;
}
</style>
background-color css
<style>
a { background-color: #5C53AF; }
a { background-color: rgb(92,83,175); }
div.DivClassName
{
background-color: #5C53AF;
}
.BgClassName
{
background-color: #5C53AF;
}
</style>
border-color css
<style>
span { border-color: #5C53AF; }
span { border-color: rgb(92,83,175); }
td.TdClassName
{
border-color: #5C53AF;
}
.TagClassName
{
border-color: #5C53AF;
}
</style>