#5164D7

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

Shades of Royal Blue #5164D7

Tints of Royal Blue #5164D7

Color information

#5164D7 (or 0x5164D7) is unknown color: approx Royal Blue. HEX triplet: 51, 64 and D7. RGB value is (81,100,215). Sum of RGB (Red+Green+Blue) = 81+100+215=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #5164D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5164D7 is #AE9B28. Grayscale: #6A6A6A. Windows color (decimal): -11442985 or 14115921. OLE color: 14115921.

HSL color Cylindrical-coordinate representation of color #5164D7: hue angle of 231.49º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5164D7 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81100215-
CMYK0.620.5300.16
HSL231.49º62.62%58.04%-
HSV(B)231.49º62.33%84.31%-
XYZ20.2215.7766.27-
YUV107.43188.71109.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.45%
GREEN value IS 100 (39.45% from 255) = 25.25%
BLUE value IS 215 (84.38% from 255) = 54.29%
R=20.45%
G=25.25%
B=54.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811002150.620.5300.16231.4962.6258.04
Hex5164D73E35010e73f3a
Octal12114432776650203477772
Binary101000111001001101011111111011010101000011100111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5164D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5164D7; }

 p { color: rgb(81,100,215); }

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

<style>
 a { background-color: #5164D7; }

 a { background-color: rgb(81,100,215); }

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

<style>
 span { border-color: #5164D7; }

 span { border-color: rgb(81,100,215); }

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