#5170D5

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

Shades of Royal Blue #5170D5

Tints of Royal Blue #5170D5

Color information

#5170D5 (or 0x5170D5) is unknown color: approx Royal Blue. HEX triplet: 51, 70 and D5. RGB value is (81,112,213). Sum of RGB (Red+Green+Blue) = 81+112+213=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #5170D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5170D5 is #AE8F2A. Grayscale: #717171. Windows color (decimal): -11439915 or 13987921. OLE color: 13987921.

HSL color Cylindrical-coordinate representation of color #5170D5: hue angle of 225.91º degrees, saturation: 0.61, 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 #5170D5 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81112213-
CMYK0.620.4700.16
HSL225.91º61.11%57.65%-
HSV(B)225.91º61.97%83.53%-
XYZ21.218.1465.34-
YUV114.24183.73104.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.95%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 213 (83.59% from 255) = 52.46%
R=19.95%
G=27.59%
B=52.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811122130.620.4700.16225.9161.1157.65
Hex5170D53E2F010e23d3a
Octal12116032576570203427572
Binary101000111100001101010111111010111101000011100010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5170D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5170D5; }

 p { color: rgb(81,112,213); }

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

<style>
 a { background-color: #5170D5; }

 a { background-color: rgb(81,112,213); }

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

<style>
 span { border-color: #5170D5; }

 span { border-color: rgb(81,112,213); }

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