Shades of Rich Blue #5365AF
Tints of Rich Blue #5365AF
RGB
CMYK
RGB Variations
Color information
#5365AF (or 0x5365AF) is known color: Rich Blue. HEX triplet: 53, 65 and AF. RGB value is (83,101,175). Sum of RGB (Red+Green+Blue) = 83+101+175=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #5365AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5365AF is #AC9A50. Grayscale: #676767. Windows color (decimal): -11311697 or 11494739. OLE color: 11494739.
HSL color Cylindrical-coordinate representation of color #5365AF: hue angle of 228.26º 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 #5365AF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 101 | 175 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.31 |
| HSL | 228.26º | 0.37% | 0.51% | - |
| HSV(B) | 228.26º | 0.53% | 0.69% | - |
| XYZ | 15.96 | 14.24 | 42.47 | - |
| YUV | 104.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 175 | 0.53 | 0.42 | 0 | 0.31 | 228.26 | 0.37 | 0.51 |
| Hex | 53 | 65 | AF | 35 | 2A | 0 | 1F | E4 | 25 | 33 |
| Octal | 123 | 145 | 257 | 65 | 52 | 0 | 37 | 344 | 45 | 63 |
| Binary | 1010011 | 1100101 | 10101111 | 110101 | 101010 | 0 | 11111 | 11100100 | 100101 | 110011 |
Color Harmonies of #5365AF
Complementary color
Monochromatic Colors of #5365AF
Black with #5365AF
Text Example
Text Example
White with #5365AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5365AF; }
p { color: rgb(83,101,175); }
H1.HeaderClassName
{
color: #5365AF;
}
.AnyTagClassName
{
color: #5365AF;
}
</style>
background-color css
<style>
a { background-color: #5365AF; }
a { background-color: rgb(83,101,175); }
div.DivClassName
{
background-color: #5365AF;
}
.BgClassName
{
background-color: #5365AF;
}
</style>
border-color css
<style>
span { border-color: #5365AF; }
span { border-color: rgb(83,101,175); }
td.TdClassName
{
border-color: #5365AF;
}
.TagClassName
{
border-color: #5365AF;
}
</style>