#516ACD

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

Shades of Royal Blue #516ACD

Tints of Royal Blue #516ACD

Color information

#516ACD (or 0x516ACD) is unknown color: approx Royal Blue. HEX triplet: 51, 6A and CD. RGB value is (81,106,205). Sum of RGB (Red+Green+Blue) = 81+106+205=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #516ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ACD is #AE9532. Grayscale: #6D6D6D. Windows color (decimal): -11441459 or 13462097. OLE color: 13462097.

HSL color Cylindrical-coordinate representation of color #516ACD: hue angle of 227.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516ACD is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81106205-
CMYK0.600.4800.20
HSL227.9º55.36%56.08%-
HSV(B)227.9º60.49%80.39%-
XYZ19.5716.4759.9-
YUV109.81181.72107.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.66%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 205 (80.47% from 255) = 52.30%
R=20.66%
G=27.04%
B=52.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811062050.600.4800.20227.955.3656.08
Hex516ACD3C30014e43738
Octal12115231574600243446770
Binary101000111010101100110111110011000001010011100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,106,205); }

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

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

 a { background-color: rgb(81,106,205); }

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

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

 span { border-color: rgb(81,106,205); }

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