#5161DA

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

Shades of Royal Blue #5161DA

Tints of Royal Blue #5161DA

Color information

#5161DA (or 0x5161DA) is unknown color: approx Royal Blue. HEX triplet: 51, 61 and DA. RGB value is (81,97,218). Sum of RGB (Red+Green+Blue) = 81+97+218=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #5161DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5161DA is #AE9E25. Grayscale: #696969. Windows color (decimal): -11443750 or 14311761. OLE color: 14311761.

HSL color Cylindrical-coordinate representation of color #5161DA: hue angle of 232.99º 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 #5161DA is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8197218-
CMYK0.630.5600.15
HSL232.99º64.93%58.63%-
HSV(B)232.99º62.84%85.49%-
XYZ20.3215.3668.22-
YUV106.01191.2110.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.45%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 218 (85.55% from 255) = 55.05%
R=20.45%
G=24.49%
B=55.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81972180.630.5600.15232.9964.9358.63
Hex5161DA3F380Fe9413b
Octal121141332777001735110173
Binary101000111000011101101011111111100001111111010011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5161DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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