#5156C4

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

Shades of Free Speech Blue #5156C4

Tints of Free Speech Blue #5156C4

Color information

#5156C4 (or 0x5156C4) is unknown color: approx Free Speech Blue. HEX triplet: 51, 56 and C4. RGB value is (81,86,196). Sum of RGB (Red+Green+Blue) = 81+86+196=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #5156C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5156C4 is #AEA93B. Grayscale: #606060. Windows color (decimal): -11446588 or 12867153. OLE color: 12867153.

HSL color Cylindrical-coordinate representation of color #5156C4: hue angle of 237.39º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5156C4 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8186196-
CMYK0.590.5600.23
HSL237.39º49.36%54.31%-
HSV(B)237.39º58.67%76.86%-
XYZ16.6812.3953.74-
YUV97.04183.84116.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 196 (76.95% from 255) = 53.99%
R=22.31%
G=23.69%
B=53.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81861960.590.5600.23237.3949.3654.31
Hex5156C43B38017ed3136
Octal12112630473700273556166
Binary101000110101101100010011101111100001011111101101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5156C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5156C4; }

 p { color: rgb(81,86,196); }

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

<style>
 a { background-color: #5156C4; }

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

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

<style>
 span { border-color: #5156C4; }

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

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