#5157DC

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

Shades of Free Speech Blue #5157DC

Tints of Free Speech Blue #5157DC

Color information

#5157DC (or 0x5157DC) is unknown color: approx Free Speech Blue. HEX triplet: 51, 57 and DC. RGB value is (81,87,220). Sum of RGB (Red+Green+Blue) = 81+87+220=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #5157DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5157DC is #AEA823. Grayscale: #636363. Windows color (decimal): -11446308 or 14440273. OLE color: 14440273.

HSL color Cylindrical-coordinate representation of color #5157DC: hue angle of 237.41º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5157DC is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8187220-
CMYK0.630.6000.14
HSL237.41º66.51%59.02%-
HSV(B)237.41º63.18%86.27%-
XYZ19.7213.7369.32-
YUV100.37195.51114.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 220 (86.33% from 255) = 56.70%
R=20.88%
G=22.42%
B=56.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81872200.630.6000.14237.4166.5159.02
Hex5157DC3F3C0Eed433b
Octal121127334777401635510373
Binary101000110101111101110011111111110001110111011011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5157DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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