#5163C1

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

Shades of Free Speech Blue #5163C1

Tints of Free Speech Blue #5163C1

Color information

#5163C1 (or 0x5163C1) is unknown color: approx Free Speech Blue. HEX triplet: 51, 63 and C1. RGB value is (81,99,193). Sum of RGB (Red+Green+Blue) = 81+99+193=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #5163C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5163C1 is #AE9C3E. Grayscale: #676767. Windows color (decimal): -11443263 or 12673873. OLE color: 12673873.

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

Color convert

RGB8199193-
CMYK0.580.4900.24
HSL230.36º47.46%53.73%-
HSV(B)230.36º58.03%75.69%-
XYZ17.4814.5252.33-
YUV104.33178.04111.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 193 (75.78% from 255) = 51.74%
R=21.72%
G=26.54%
B=51.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81991930.580.4900.24230.3647.4653.73
Hex5163C13A31018e62f36
Octal12114330172610303465766
Binary101000111000111100000111101011000101100011100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5163C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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