#515AC1

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

Shades of Free Speech Blue #515AC1

Tints of Free Speech Blue #515AC1

Color information

#515AC1 (or 0x515AC1) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5A and C1. RGB value is (81,90,193). Sum of RGB (Red+Green+Blue) = 81+90+193=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #515AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515AC1 is #AEA53E. Grayscale: #626262. Windows color (decimal): -11445567 or 12671569. OLE color: 12671569.

HSL color Cylindrical-coordinate representation of color #515AC1: hue angle of 235.18º 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 #515AC1 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8190193-
CMYK0.580.5300.24
HSL235.18º47.46%53.73%-
HSV(B)235.18º58.03%75.69%-
XYZ16.6812.9152.07-
YUV99.05181.02115.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.25%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 193 (75.78% from 255) = 53.02%
R=22.25%
G=24.73%
B=53.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81901930.580.5300.24235.1847.4653.73
Hex515AC13A35018eb2f36
Octal12113230172650303535766
Binary101000110110101100000111101011010101100011101011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515AC1; }

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

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

<style>
 a { background-color: #515AC1; }

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

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

<style>
 span { border-color: #515AC1; }

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

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