#5163AD

Color #5163AD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5163AD

Tints of Rich Blue #5163AD

Color information

#5163AD (or 0x5163AD) is unknown color: approx Rich Blue. HEX triplet: 51, 63 and AD. RGB value is (81,99,173). Sum of RGB (Red+Green+Blue) = 81+99+173=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #5163AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5163AD is #AE9C52. Grayscale: #656565. Windows color (decimal): -11443283 or 11363153. OLE color: 11363153.

HSL color Cylindrical-coordinate representation of color #5163AD: hue angle of 228.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5163AD is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8199173-
CMYK0.530.4300.32
HSL228.26º36.22%49.8%-
HSV(B)228.26º53.18%67.84%-
XYZ15.413.6941.37-
YUV102.05168.04112.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=22.95%
G=28.05%
B=49.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81991730.530.4300.32228.2636.2249.8
Hex5163AD352B020e42432
Octal12114325565530403444462
Binary1010001110001110101101110101101011010000011100100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5163AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5163AD; }

 p { color: rgb(81,99,173); }

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

<style>
 a { background-color: #5163AD; }

 a { background-color: rgb(81,99,173); }

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

<style>
 span { border-color: #5163AD; }

 span { border-color: rgb(81,99,173); }

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