Shades of Rich Blue #5C65AC
Tints of Rich Blue #5C65AC
RGB
CMYK
RGB Variations
Color information
#5C65AC (or 0x5C65AC) is known color: Rich Blue. HEX triplet: 5C, 65 and AC. RGB value is (92,101,172). Sum of RGB (Red+Green+Blue) = 92+101+172=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C65AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C65AC is #A39A53. Grayscale: #6A6A6A. Windows color (decimal): -10721876 or 11298140. OLE color: 11298140.
HSL color Cylindrical-coordinate representation of color #5C65AC: hue angle of 233.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C65AC is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 101 | 172 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.33 |
| HSL | 233.25º | 0.33% | 0.52% | - |
| HSV(B) | 233.25º | 0.47% | 0.67% | - |
| XYZ | 16.51 | 14.56 | 40.97 | - |
| YUV | 106.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 172 | 0.47 | 0.41 | 0 | 0.33 | 233.25 | 0.33 | 0.52 |
| Hex | 5C | 65 | AC | 2F | 29 | 0 | 21 | E9 | 21 | 34 |
| Octal | 134 | 145 | 254 | 57 | 51 | 0 | 41 | 351 | 41 | 64 |
| Binary | 1011100 | 1100101 | 10101100 | 101111 | 101001 | 0 | 100001 | 11101001 | 100001 | 110100 |
Color Harmonies of #5C65AC
Complementary color
Monochromatic Colors of #5C65AC
Black with #5C65AC
Text Example
Text Example
White with #5C65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C65AC; }
p { color: rgb(92,101,172); }
H1.HeaderClassName
{
color: #5C65AC;
}
.AnyTagClassName
{
color: #5C65AC;
}
</style>
background-color css
<style>
a { background-color: #5C65AC; }
a { background-color: rgb(92,101,172); }
div.DivClassName
{
background-color: #5C65AC;
}
.BgClassName
{
background-color: #5C65AC;
}
</style>
border-color css
<style>
span { border-color: #5C65AC; }
span { border-color: rgb(92,101,172); }
td.TdClassName
{
border-color: #5C65AC;
}
.TagClassName
{
border-color: #5C65AC;
}
</style>