#5161BF

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

Shades of Free Speech Blue #5161BF

Tints of Free Speech Blue #5161BF

Color information

#5161BF (or 0x5161BF) is unknown color: approx Free Speech Blue. HEX triplet: 51, 61 and BF. RGB value is (81,97,191). Sum of RGB (Red+Green+Blue) = 81+97+191=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #5161BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5161BF is #AE9E40. Grayscale: #666666. Windows color (decimal): -11443777 or 12542289. OLE color: 12542289.

HSL color Cylindrical-coordinate representation of color #5161BF: hue angle of 231.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5161BF is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8197191-
CMYK0.580.4900.25
HSL231.27º46.22%53.33%-
HSV(B)231.27º57.59%74.9%-
XYZ17.0714.0651.1-
YUV102.93177.7112.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 191 (75% from 255) = 51.76%
R=21.95%
G=26.29%
B=51.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81971910.580.4900.25231.2746.2253.33
Hex5161BF3A31019e72e35
Octal12114127772610313475665
Binary101000111000011011111111101011000101100111100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5161BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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