#5168EC

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

Shades of Royal Blue #5168EC

Tints of Royal Blue #5168EC

Color information

#5168EC (or 0x5168EC) is unknown color: approx Royal Blue. HEX triplet: 51, 68 and EC. RGB value is (81,104,236). Sum of RGB (Red+Green+Blue) = 81+104+236=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #5168EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5168EC is #AE9713. Grayscale: #6F6F6F. Windows color (decimal): -11441940 or 15493201. OLE color: 15493201.

HSL color Cylindrical-coordinate representation of color #5168EC: hue angle of 231.1º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5168EC is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81104236-
CMYK0.660.5600.07
HSL231.1º80.31%62.16%-
HSV(B)231.1º65.68%92.55%-
XYZ23.4817.7181.54-
YUV112.17197.88105.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.24%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 236 (92.58% from 255) = 56.06%
R=19.24%
G=24.70%
B=56.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811042360.660.5600.07231.180.3162.16
Hex5168EC423807e7503e
Octal121150354102700734712076
Binary101000111010001110110010000101110000111111001111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5168EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5168EC; }

 p { color: rgb(81,104,236); }

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

<style>
 a { background-color: #5168EC; }

 a { background-color: rgb(81,104,236); }

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

<style>
 span { border-color: #5168EC; }

 span { border-color: rgb(81,104,236); }

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