#5162D7

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

Shades of Royal Blue #5162D7

Tints of Royal Blue #5162D7

Color information

#5162D7 (or 0x5162D7) is unknown color: approx Royal Blue. HEX triplet: 51, 62 and D7. RGB value is (81,98,215). Sum of RGB (Red+Green+Blue) = 81+98+215=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #5162D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5162D7 is #AE9D28. Grayscale: #696969. Windows color (decimal): -11443497 or 14115409. OLE color: 14115409.

HSL color Cylindrical-coordinate representation of color #5162D7: hue angle of 232.39º 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 #5162D7 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8198215-
CMYK0.620.5400.16
HSL232.39º62.62%58.04%-
HSV(B)232.39º62.33%84.31%-
XYZ20.0315.3966.21-
YUV106.26189.37109.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.56%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 215 (84.38% from 255) = 54.57%
R=20.56%
G=24.87%
B=54.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81982150.620.5400.16232.3962.6258.04
Hex5162D73E36010e83f3a
Octal12114232776660203507772
Binary101000111000101101011111111011011001000011101000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5162D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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