#5168E8

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

Shades of Royal Blue #5168E8

Tints of Royal Blue #5168E8

Color information

#5168E8 (or 0x5168E8) is unknown color: approx Royal Blue. HEX triplet: 51, 68 and E8. RGB value is (81,104,232). Sum of RGB (Red+Green+Blue) = 81+104+232=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 232 (91.02% from 255 or 55.64% from 417); Max value from RGB is 232 - color contains mainly: blue. Hex color #5168E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5168E8 is #AE9717. Grayscale: #6F6F6F. Windows color (decimal): -11441944 or 15231057. OLE color: 15231057.

HSL color Cylindrical-coordinate representation of color #5168E8: hue angle of 230.86º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5168E8 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB81104232-
CMYK0.650.5500.09
HSL230.86º76.65%61.37%-
HSV(B)230.86º65.09%90.98%-
XYZ22.9117.4878.51-
YUV111.72195.88106.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.42%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 232 (91.02% from 255) = 55.64%
R=19.42%
G=24.94%
B=55.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal811042320.650.5500.09230.8676.6561.37
Hex5168E8413709e74d3d
Octal1211503501016701134711575
Binary1010001110100011101000100000111011101001111001111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5168E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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