#5160DE

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

Shades of Royal Blue #5160DE

Tints of Royal Blue #5160DE

Color information

#5160DE (or 0x5160DE) is unknown color: approx Royal Blue. HEX triplet: 51, 60 and DE. RGB value is (81,96,222). Sum of RGB (Red+Green+Blue) = 81+96+222=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #5160DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5160DE is #AE9F21. Grayscale: #696969. Windows color (decimal): -11444002 or 14573649. OLE color: 14573649.

HSL color Cylindrical-coordinate representation of color #5160DE: hue angle of 233.62º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5160DE is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8196222-
CMYK0.640.5700.13
HSL233.62º68.12%59.41%-
HSV(B)233.62º63.51%87.06%-
XYZ20.7615.3970.98-
YUV105.88193.53110.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.30%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 222 (87.11% from 255) = 55.64%
R=20.30%
G=24.06%
B=55.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81962220.640.5700.13233.6268.1259.41
Hex5160DE40390Dea443b
Octal1211403361007101535210473
Binary1010001110000011011110100000011100101101111010101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5160DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5160DE; }

 p { color: rgb(81,96,222); }

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

<style>
 a { background-color: #5160DE; }

 a { background-color: rgb(81,96,222); }

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

<style>
 span { border-color: #5160DE; }

 span { border-color: rgb(81,96,222); }

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