#5161C4

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

Shades of Free Speech Blue #5161C4

Tints of Free Speech Blue #5161C4

Color information

#5161C4 (or 0x5161C4) is unknown color: approx Free Speech Blue. HEX triplet: 51, 61 and C4. RGB value is (81,97,196). Sum of RGB (Red+Green+Blue) = 81+97+196=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #5161C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5161C4 is #AE9E3B. Grayscale: #676767. Windows color (decimal): -11443772 or 12869969. OLE color: 12869969.

HSL color Cylindrical-coordinate representation of color #5161C4: hue angle of 231.65º 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 #5161C4 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8197196-
CMYK0.590.5100.23
HSL231.65º49.36%54.31%-
HSV(B)231.65º58.67%76.86%-
XYZ17.6314.2854.05-
YUV103.5180.2111.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 196 (76.95% from 255) = 52.41%
R=21.66%
G=25.94%
B=52.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81971960.590.5100.23231.6549.3654.31
Hex5161C43B33017e83136
Octal12114130473630273506166
Binary101000111000011100010011101111001101011111101000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5161C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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