#5151ce

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

Shades of Free Speech Blue #5151CE

Tints of Free Speech Blue #5151CE

Color information

#5151CE (or 0x5151CE) is unknown color: approx Free Speech Blue. HEX triplet: 51, 51 and CE. RGB value is (81,81,206). Sum of RGB (Red+Green+Blue) = 81+81+206=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #5151CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5151CE is #AEAE31. Grayscale: #5E5E5E. Windows color (decimal): -11447858 or 13521233. OLE color: 13521233.

HSL color Cylindrical-coordinate representation of color #5151CE: hue angle of 240º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5151CE is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8181206-
CMYK0.610.6100.19
HSL240º56.05%56.27%-
HSV(B)240º60.68%80.78%-
XYZ17.4812.0959.81-
YUV95.25190.5117.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 206 (80.86% from 255) = 55.98%
R=22.01%
G=22.01%
B=55.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81812060.610.6100.1924056.0556.27
Hex5151CE3D3D013f03838
Octal12112131675750233607070
Binary101000110100011100111011110111110101001111110000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5151ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5151ce; }

 p { color: rgb(81,81,206); }

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

<style>
 a { background-color: #5151ce; }

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

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

<style>
 span { border-color: #5151ce; }

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

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