#516BEB

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

Shades of Royal Blue #516BEB

Tints of Royal Blue #516BEB

Color information

#516BEB (or 0x516BEB) is unknown color: approx Royal Blue. HEX triplet: 51, 6B and EB. RGB value is (81,107,235). Sum of RGB (Red+Green+Blue) = 81+107+235=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #516BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516BEB is #AE9414. Grayscale: #717171. Windows color (decimal): -11441173 or 15428433. OLE color: 15428433.

HSL color Cylindrical-coordinate representation of color #516BEB: hue angle of 229.87º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #516BEB is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB81107235-
CMYK0.660.5400.08
HSL229.87º79.38%61.96%-
HSV(B)229.87º65.53%92.16%-
XYZ23.6518.2680.88-
YUV113.82196.39104.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.15%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 235 (92.19% from 255) = 55.56%
R=19.15%
G=25.30%
B=55.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal811072350.660.5400.08229.8779.3861.96
Hex516BEB423608e64f3e
Octal1211533531026601034611776
Binary1010001110101111101011100001011011001000111001101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516BEB; }

 p { color: rgb(81,107,235); }

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

<style>
 a { background-color: #516BEB; }

 a { background-color: rgb(81,107,235); }

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

<style>
 span { border-color: #516BEB; }

 span { border-color: rgb(81,107,235); }

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