#515ED5

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

Shades of Free Speech Blue #515ED5

Tints of Free Speech Blue #515ED5

Color information

#515ED5 (or 0x515ED5) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5E and D5. RGB value is (81,94,213). Sum of RGB (Red+Green+Blue) = 81+94+213=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #515ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ED5 is #AEA12A. Grayscale: #676767. Windows color (decimal): -11444523 or 13983313. OLE color: 13983313.

HSL color Cylindrical-coordinate representation of color #515ED5: hue angle of 234.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #515ED5 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8194213-
CMYK0.620.5600.16
HSL234.09º61.11%57.65%-
HSV(B)234.09º61.97%83.53%-
XYZ19.4114.5664.74-
YUV103.68189.69111.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 213 (83.59% from 255) = 54.90%
R=20.88%
G=24.23%
B=54.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81942130.620.5600.16234.0961.1157.65
Hex515ED53E38010ea3d3a
Octal12113632576700203527572
Binary101000110111101101010111111011100001000011101010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,94,213); }

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

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

 a { background-color: rgb(81,94,213); }

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

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

 span { border-color: rgb(81,94,213); }

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