#5169F5

Color #5169F5 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5169F5

Tints of Royal Blue #5169F5

Color information

#5169F5 (or 0x5169F5) is unknown color: approx Royal Blue. HEX triplet: 51, 69 and F5. RGB value is (81,105,245). Sum of RGB (Red+Green+Blue) = 81+105+245=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 245 (96.09% from 255 or 56.84% from 431); Max value from RGB is 245 - color contains mainly: blue. Hex color #5169F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5169F5 is #AE960A. Grayscale: #717171. Windows color (decimal): -11441675 or 16083281. OLE color: 16083281.

HSL color Cylindrical-coordinate representation of color #5169F5: hue angle of 231.22º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5169F5 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB81105245-
CMYK0.670.5700.04
HSL231.22º89.13%63.92%-
HSV(B)231.22º66.94%96.08%-
XYZ24.9318.4588.63-
YUV113.78202.05104.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 18.79%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 245 (96.09% from 255) = 56.84%
R=18.79%
G=24.36%
B=56.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal811052450.670.5700.04231.2289.1363.92
Hex5169F5433904e75940
Octal1211513651037104347131100
Binary1010001110100111110101100001111100101001110011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5169F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5169F5; }

 p { color: rgb(81,105,245); }

 H1.HeaderClassName
 {
   color: #5169F5;
 }
 .AnyTagClassName
 {
   color: #5169F5;
 }
</style>
background-color css

<style>
 a { background-color: #5169F5; }

 a { background-color: rgb(81,105,245); }

 div.DivClassName
 {
   background-color: #5169F5;
 }
 .BgClassName
 {
   background-color: #5169F5;
 }
</style>
border-color css

<style>
 span { border-color: #5169F5; }

 span { border-color: rgb(81,105,245); }

 td.TdClassName
 {
   border-color: #5169F5;
 }
 .TagClassName
 {
   border-color: #5169F5;
 }
</style>