Shades of Rich Blue #5365AC
Tints of Rich Blue #5365AC
RGB
CMYK
RGB Variations
Color information
#5365AC (or 0x5365AC) is known color: Rich Blue. HEX triplet: 53, 65 and AC. RGB value is (83,101,172). Sum of RGB (Red+Green+Blue) = 83+101+172=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #5365AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5365AC is #AC9A53. Grayscale: #676767. Windows color (decimal): -11311700 or 11298131. OLE color: 11298131.
HSL color Cylindrical-coordinate representation of color #5365AC: hue angle of 227.87º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5365AC is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 101 | 172 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.33 |
| HSL | 227.87º | 0.35% | 0.5% | - |
| HSV(B) | 227.87º | 0.52% | 0.67% | - |
| XYZ | 15.67 | 14.12 | 40.93 | - |
| YUV | 103.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 172 | 0.52 | 0.41 | 0 | 0.33 | 227.87 | 0.35 | 0.5 |
| Hex | 53 | 65 | AC | 34 | 29 | 0 | 21 | E4 | 23 | 32 |
| Octal | 123 | 145 | 254 | 64 | 51 | 0 | 41 | 344 | 43 | 62 |
| Binary | 1010011 | 1100101 | 10101100 | 110100 | 101001 | 0 | 100001 | 11100100 | 100011 | 110010 |
Color Harmonies of #5365AC
Complementary color
Monochromatic Colors of #5365AC
Black with #5365AC
Text Example
Text Example
White with #5365AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5365AC; }
p { color: rgb(83,101,172); }
H1.HeaderClassName
{
color: #5365AC;
}
.AnyTagClassName
{
color: #5365AC;
}
</style>
background-color css
<style>
a { background-color: #5365AC; }
a { background-color: rgb(83,101,172); }
div.DivClassName
{
background-color: #5365AC;
}
.BgClassName
{
background-color: #5365AC;
}
</style>
border-color css
<style>
span { border-color: #5365AC; }
span { border-color: rgb(83,101,172); }
td.TdClassName
{
border-color: #5365AC;
}
.TagClassName
{
border-color: #5365AC;
}
</style>