#5169ce

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

Shades of Royal Blue #5169CE

Tints of Royal Blue #5169CE

Color information

#5169CE (or 0x5169CE) is unknown color: approx Royal Blue. HEX triplet: 51, 69 and CE. RGB value is (81,105,206). Sum of RGB (Red+Green+Blue) = 81+105+206=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #5169CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5169CE is #AE9631. Grayscale: #6C6C6C. Windows color (decimal): -11441714 or 13527377. OLE color: 13527377.

HSL color Cylindrical-coordinate representation of color #5169CE: hue angle of 228.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5169CE is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81105206-
CMYK0.610.4900.19
HSL228.48º56.05%56.27%-
HSV(B)228.48º60.68%80.78%-
XYZ19.5916.3160.51-
YUV109.34182.55107.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.66%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 206 (80.86% from 255) = 52.55%
R=20.66%
G=26.79%
B=52.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811052060.610.4900.19228.4856.0556.27
Hex5169CE3D31013e43838
Octal12115131675610233447070
Binary101000111010011100111011110111000101001111100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5169ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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