Shades of Rich Blue #5265AF
Tints of Rich Blue #5265AF
RGB
CMYK
RGB Variations
Color information
#5265AF (or 0x5265AF) is known color: Rich Blue. HEX triplet: 52, 65 and AF. RGB value is (82,101,175). Sum of RGB (Red+Green+Blue) = 82+101+175=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #5265AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5265AF is #AD9A50. Grayscale: #676767. Windows color (decimal): -11377233 or 11494738. OLE color: 11494738.
HSL color Cylindrical-coordinate representation of color #5265AF: hue angle of 227.74º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5265AF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 101 | 175 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.31 |
| HSL | 227.74º | 0.37% | 0.5% | - |
| HSV(B) | 227.74º | 0.53% | 0.69% | - |
| XYZ | 15.87 | 14.2 | 42.46 | - |
| YUV | 103.76 | 168.21 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 175 | 0.53 | 0.42 | 0 | 0.31 | 227.74 | 0.37 | 0.5 |
| Hex | 52 | 65 | AF | 35 | 2A | 0 | 1F | E4 | 25 | 32 |
| Octal | 122 | 145 | 257 | 65 | 52 | 0 | 37 | 344 | 45 | 62 |
| Binary | 1010010 | 1100101 | 10101111 | 110101 | 101010 | 0 | 11111 | 11100100 | 100101 | 110010 |
Color Harmonies of #5265AF
Complementary color
Monochromatic Colors of #5265AF
Black with #5265AF
Text Example
Text Example
White with #5265AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5265AF; }
p { color: rgb(82,101,175); }
H1.HeaderClassName
{
color: #5265AF;
}
.AnyTagClassName
{
color: #5265AF;
}
</style>
background-color css
<style>
a { background-color: #5265AF; }
a { background-color: rgb(82,101,175); }
div.DivClassName
{
background-color: #5265AF;
}
.BgClassName
{
background-color: #5265AF;
}
</style>
border-color css
<style>
span { border-color: #5265AF; }
span { border-color: rgb(82,101,175); }
td.TdClassName
{
border-color: #5265AF;
}
.TagClassName
{
border-color: #5265AF;
}
</style>