#5157D5

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

Shades of Free Speech Blue #5157D5

Tints of Free Speech Blue #5157D5

Color information

#5157D5 (or 0x5157D5) is unknown color: approx Free Speech Blue. HEX triplet: 51, 57 and D5. RGB value is (81,87,213). Sum of RGB (Red+Green+Blue) = 81+87+213=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #5157D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5157D5 is #AEA82A. Grayscale: #636363. Windows color (decimal): -11446315 or 13981521. OLE color: 13981521.

HSL color Cylindrical-coordinate representation of color #5157D5: hue angle of 237.27º 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 #5157D5 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8187213-
CMYK0.620.5900.16
HSL237.27º61.11%57.65%-
HSV(B)237.27º61.97%83.53%-
XYZ18.8113.3764.54-
YUV99.57192.01114.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 213 (83.59% from 255) = 55.91%
R=21.26%
G=22.83%
B=55.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81872130.620.5900.16237.2761.1157.65
Hex5157D53E3B010ed3d3a
Octal12112732576730203557572
Binary101000110101111101010111111011101101000011101101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5157D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5157D5; }

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

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

<style>
 a { background-color: #5157D5; }

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

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

<style>
 span { border-color: #5157D5; }

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

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