#5162DA

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

Shades of Royal Blue #5162DA

Tints of Royal Blue #5162DA

Color information

#5162DA (or 0x5162DA) is unknown color: approx Royal Blue. HEX triplet: 51, 62 and DA. RGB value is (81,98,218). Sum of RGB (Red+Green+Blue) = 81+98+218=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #5162DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5162DA is #AE9D25. Grayscale: #6A6A6A. Windows color (decimal): -11443494 or 14312017. OLE color: 14312017.

HSL color Cylindrical-coordinate representation of color #5162DA: hue angle of 232.55º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5162DA is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8198218-
CMYK0.630.5500.15
HSL232.55º64.93%58.63%-
HSV(B)232.55º62.84%85.49%-
XYZ20.4215.5568.25-
YUV106.6190.87109.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 218 (85.55% from 255) = 54.91%
R=20.40%
G=24.69%
B=54.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81982180.630.5500.15232.5564.9358.63
Hex5162DA3F370Fe9413b
Octal121142332776701735110173
Binary101000111000101101101011111111011101111111010011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5162DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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