Shades of Rich Blue #5C64AA
Tints of Rich Blue #5C64AA
RGB
CMYK
RGB Variations
Color information
#5C64AA (or 0x5C64AA) is known color: Rich Blue. HEX triplet: 5C, 64 and AA. RGB value is (92,100,170). Sum of RGB (Red+Green+Blue) = 92+100+170=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C64AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C64AA is #A39B55. Grayscale: #696969. Windows color (decimal): -10722134 or 11166812. OLE color: 11166812.
HSL color Cylindrical-coordinate representation of color #5C64AA: hue angle of 233.85º 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 #5C64AA is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 100 | 170 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.33 |
| HSL | 233.85º | 0.31% | 0.51% | - |
| HSV(B) | 233.85º | 0.46% | 0.67% | - |
| XYZ | 16.23 | 14.29 | 39.93 | - |
| YUV | 105.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 100 | 170 | 0.46 | 0.41 | 0 | 0.33 | 233.85 | 0.31 | 0.51 |
| Hex | 5C | 64 | AA | 2E | 29 | 0 | 21 | EA | 1F | 33 |
| Octal | 134 | 144 | 252 | 56 | 51 | 0 | 41 | 352 | 37 | 63 |
| Binary | 1011100 | 1100100 | 10101010 | 101110 | 101001 | 0 | 100001 | 11101010 | 11111 | 110011 |
Color Harmonies of #5C64AA
Complementary color
Monochromatic Colors of #5C64AA
Black with #5C64AA
Text Example
Text Example
White with #5C64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C64AA; }
p { color: rgb(92,100,170); }
H1.HeaderClassName
{
color: #5C64AA;
}
.AnyTagClassName
{
color: #5C64AA;
}
</style>
background-color css
<style>
a { background-color: #5C64AA; }
a { background-color: rgb(92,100,170); }
div.DivClassName
{
background-color: #5C64AA;
}
.BgClassName
{
background-color: #5C64AA;
}
</style>
border-color css
<style>
span { border-color: #5C64AA; }
span { border-color: rgb(92,100,170); }
td.TdClassName
{
border-color: #5C64AA;
}
.TagClassName
{
border-color: #5C64AA;
}
</style>