Shades of Rich Blue #5C63AA
Tints of Rich Blue #5C63AA
RGB
CMYK
RGB Variations
Color information
#5C63AA (or 0x5C63AA) is known color: Rich Blue. HEX triplet: 5C, 63 and AA. RGB value is (92,99,170). Sum of RGB (Red+Green+Blue) = 92+99+170=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C63AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C63AA is #A39C55. Grayscale: #686868. Windows color (decimal): -10722390 or 11166556. OLE color: 11166556.
HSL color Cylindrical-coordinate representation of color #5C63AA: hue angle of 234.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C63AA is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 99 | 170 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.33 |
| HSL | 234.62º | 0.31% | 0.51% | - |
| HSV(B) | 234.62º | 0.46% | 0.67% | - |
| XYZ | 16.13 | 14.1 | 39.9 | - |
| YUV | 105 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 170 | 0.46 | 0.42 | 0 | 0.33 | 234.62 | 0.31 | 0.51 |
| Hex | 5C | 63 | AA | 2E | 2A | 0 | 21 | EB | 1F | 33 |
| Octal | 134 | 143 | 252 | 56 | 52 | 0 | 41 | 353 | 37 | 63 |
| Binary | 1011100 | 1100011 | 10101010 | 101110 | 101010 | 0 | 100001 | 11101011 | 11111 | 110011 |
Color Harmonies of #5C63AA
Complementary color
Monochromatic Colors of #5C63AA
Black with #5C63AA
Text Example
Text Example
White with #5C63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C63AA; }
p { color: rgb(92,99,170); }
H1.HeaderClassName
{
color: #5C63AA;
}
.AnyTagClassName
{
color: #5C63AA;
}
</style>
background-color css
<style>
a { background-color: #5C63AA; }
a { background-color: rgb(92,99,170); }
div.DivClassName
{
background-color: #5C63AA;
}
.BgClassName
{
background-color: #5C63AA;
}
</style>
border-color css
<style>
span { border-color: #5C63AA; }
span { border-color: rgb(92,99,170); }
td.TdClassName
{
border-color: #5C63AA;
}
.TagClassName
{
border-color: #5C63AA;
}
</style>