#5161D7

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

Shades of Royal Blue #5161D7

Tints of Royal Blue #5161D7

Color information

#5161D7 (or 0x5161D7) is unknown color: approx Royal Blue. HEX triplet: 51, 61 and D7. RGB value is (81,97,215). Sum of RGB (Red+Green+Blue) = 81+97+215=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 215 (84.38% from 255 or 54.71% from 393); Max value from RGB is 215 - color contains mainly: blue. Hex color #5161D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5161D7 is #AE9E28. Grayscale: #696969. Windows color (decimal): -11443753 or 14115153. OLE color: 14115153.

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

Color convert

RGB8197215-
CMYK0.620.5500.16
HSL232.84º62.62%58.04%-
HSV(B)232.84º62.33%84.31%-
XYZ19.9315.2166.17-
YUV105.67189.7110.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.61%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 215 (84.38% from 255) = 54.71%
R=20.61%
G=24.68%
B=54.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81972150.620.5500.16232.8462.6258.04
Hex5161D73E37010e93f3a
Octal12114132776670203517772
Binary101000111000011101011111111011011101000011101001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5161D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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