#5146C1

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

Shades of Rich Blue #5146C1

Tints of Rich Blue #5146C1

Color information

#5146C1 (or 0x5146C1) is unknown color: approx Rich Blue. HEX triplet: 51, 46 and C1. RGB value is (81,70,193). Sum of RGB (Red+Green+Blue) = 81+70+193=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #5146C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5146C1 is #AEB93E. Grayscale: #565656. Windows color (decimal): -11450687 or 12666449. OLE color: 12666449.

HSL color Cylindrical-coordinate representation of color #5146C1: hue angle of 245.37º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5146C1 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8170193-
CMYK0.580.6400.24
HSL245.37º49.8%51.57%-
HSV(B)245.37º63.73%75.69%-
XYZ15.219.9851.58-
YUV87.31187.64123.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 193 (75.78% from 255) = 56.10%
R=23.55%
G=20.35%
B=56.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81701930.580.6400.24245.3749.851.57
Hex5146C13A40018f53234
Octal121106301721000303656264
Binary1010001100011011000001111010100000001100011110101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5146C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5146C1; }

 p { color: rgb(81,70,193); }

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

<style>
 a { background-color: #5146C1; }

 a { background-color: rgb(81,70,193); }

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

<style>
 span { border-color: #5146C1; }

 span { border-color: rgb(81,70,193); }

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