#5166BE

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

Shades of Free Speech Blue #5166BE

Tints of Free Speech Blue #5166BE

Color information

#5166BE (or 0x5166BE) is unknown color: approx Free Speech Blue. HEX triplet: 51, 66 and BE. RGB value is (81,102,190). Sum of RGB (Red+Green+Blue) = 81+102+190=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #5166BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5166BE is #AE9941. Grayscale: #696969. Windows color (decimal): -11442498 or 12478033. OLE color: 12478033.

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

Color convert

RGB81102190-
CMYK0.570.4600.25
HSL228.44º45.61%53.14%-
HSV(B)228.44º57.37%74.51%-
XYZ17.4414.9750.69-
YUV105.75175.54110.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=21.72%
G=27.35%
B=50.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811021900.570.4600.25228.4445.6153.14
Hex5166BE392E019e42e35
Octal12114627671560313445665
Binary101000111001101011111011100110111001100111100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5166BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5166BE; }

 p { color: rgb(81,102,190); }

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

<style>
 a { background-color: #5166BE; }

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

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

<style>
 span { border-color: #5166BE; }

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

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